mirror of
https://github.com/tornadocash/snarkjs.git
synced 2024-11-01 07:45:43 +01:00
Increase tests timeout
This commit is contained in:
parent
6b606b0b8b
commit
7b521405c2
@ -4,7 +4,7 @@ import assert from "assert";
|
|||||||
import path from "path";
|
import path from "path";
|
||||||
|
|
||||||
describe("Full process", function () {
|
describe("Full process", function () {
|
||||||
this.timeout(100000);
|
this.timeout(1000000);
|
||||||
|
|
||||||
let curve;
|
let curve;
|
||||||
const ptau_0 = {type: "mem"};
|
const ptau_0 = {type: "mem"};
|
||||||
|
Loading…
Reference in New Issue
Block a user