timeout increased

This commit is contained in:
alrubio 2021-10-08 13:13:01 +02:00
parent 6005a9ce5e
commit 66e7e3e211
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ describe("Poseidon Circuit test", function () {
let circuit6;
let circuit3;
this.timeout(100000);
this.timeout(1000000);
before( async () => {
circuit6 = await wasm_tester(path.join(__dirname, "circuits", "poseidon6_test.circom"));