Skip to content

Commit

Permalink
increase mocha --reduce-test timeout (#3715)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Feb 12, 2020
1 parent dd22eda commit 2557148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocha/reduce.js
Expand Up @@ -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,
Expand Down

0 comments on commit 2557148

Please sign in to comment.