From 2557148bba9e380004c69551aa07f2f424d65159 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Wed, 12 Feb 2020 02:25:04 +0000 Subject: [PATCH] increase mocha `--reduce-test` timeout (#3715) --- test/mocha/reduce.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocha/reduce.js b/test/mocha/reduce.js index f1537d80..0e21666c 100644 --- a/test/mocha/reduce.js +++ b/test/mocha/reduce.js @@ -9,7 +9,7 @@ function read(path) { describe("test/reduce.js", function() { it("Should reduce test case", function() { - this.timeout(30000); + this.timeout(60000); var result = reduce_test(read("test/input/reduce/input.js"), { compress: { unsafe_math: true, -- 2.34.1