increase mocha `--reduce-test` timeout (#3715)
authorAlex Lam S.L <alexlamsl@gmail.com>
Wed, 12 Feb 2020 02:25:04 +0000 (02:25 +0000)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 02:25:04 +0000 (02:25 +0000)
test/mocha/reduce.js

index f1537d8..0e21666 100644 (file)
@@ -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,