mirror of
https://github.com/tornadocash/snarkjs.git
synced 2024-10-31 23:35:40 +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";
|
||||
|
||||
describe("Full process", function () {
|
||||
this.timeout(100000);
|
||||
this.timeout(1000000);
|
||||
|
||||
let curve;
|
||||
const ptau_0 = {type: "mem"};
|
||||
|
Loading…
Reference in New Issue
Block a user