diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-02-12 02:25:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 02:25:04 +0000 |
commit | 2557148bba9e380004c69551aa07f2f424d65159 (patch) | |
tree | 4d9693ed37dbab7fc09c1cf95033338cbda97647 /test/mocha | |
parent | dd22eda888380be41f47bba1f6740b283fb099cc (diff) | |
download | tracifyjs-2557148bba9e380004c69551aa07f2f424d65159.tar.gz tracifyjs-2557148bba9e380004c69551aa07f2f424d65159.zip |
increase mocha `--reduce-test` timeout (#3715)
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, |