Increase tests timeout

This commit is contained in:
Jordi Baylina 2020-08-05 07:17:07 +02:00
parent 6b606b0b8b
commit 7b521405c2
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112

View File

@ -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"};