diff options
Diffstat (limited to 'test/mocha')
-rw-r--r-- | test/mocha/reduce.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |