increase mocha --reduce-test timeout (#3715)

This commit is contained in:
Alex Lam S.L
2020-02-12 02:25:04 +00:00
committed by GitHub
parent dd22eda888
commit 2557148bba

View File

@@ -9,7 +9,7 @@ function read(path) {
describe("test/reduce.js", function() { describe("test/reduce.js", function() {
it("Should reduce test case", function() { it("Should reduce test case", function() {
this.timeout(30000); this.timeout(60000);
var result = reduce_test(read("test/input/reduce/input.js"), { var result = reduce_test(read("test/input/reduce/input.js"), {
compress: { compress: {
unsafe_math: true, unsafe_math: true,