From 7b521405c21f7f263e6c7731ba6718030b80bd44 Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Wed, 5 Aug 2020 07:17:07 +0200 Subject: [PATCH] Increase tests timeout --- test/fullprocess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fullprocess.js b/test/fullprocess.js index 1995d1b..4318fa6 100644 --- a/test/fullprocess.js +++ b/test/fullprocess.js @@ -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"};