increase mocha --reduce-test timeout

This commit is contained in:
alexlamsl 2020-02-12 09:10:32 +08:00
parent dd22eda888
commit f7629d3b60

View 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,