Skip to content

Commit

Permalink
more timeout for the timeout gods
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 12, 2023
1 parent 8372f69 commit 909f70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/wasm/test/browser/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ describe("noir wasm compilation", () => {


expect(wasmCircuitBase64).to.equal(cliCircuitBase64);
}).timeout(10e3);
}).timeout(20e3); // 20 seconds
});

0 comments on commit 909f70a

Please sign in to comment.