aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/spidermonkey.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-06-15 04:47:57 +0800
committerGitHub <noreply@github.com>2017-06-15 04:47:57 +0800
commit43697958f368b41aee3cd704473ad6c1ea53ae8c (patch)
treec71c68195c2e439b61a525e568da6f96922b821f /test/mocha/spidermonkey.js
parent3f961bbba04a8cec0ab74f4a13deb4be217da877 (diff)
downloadtracifyjs-43697958f368b41aee3cd704473ad6c1ea53ae8c.tar.gz
tracifyjs-43697958f368b41aee3cd704473ad6c1ea53ae8c.zip
avoid intermittent test time-out failures (#2100)
Diffstat (limited to 'test/mocha/spidermonkey.js')
-rw-r--r--test/mocha/spidermonkey.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocha/spidermonkey.js b/test/mocha/spidermonkey.js
index 9bddb537..ccd11c43 100644
--- a/test/mocha/spidermonkey.js
+++ b/test/mocha/spidermonkey.js
@@ -4,7 +4,7 @@ var uglify = require("../node");
describe("spidermonkey export/import sanity test", function() {
it("should produce a functional build when using --self with spidermonkey", function(done) {
- this.timeout(30000);
+ this.timeout(60000);
var uglifyjs = '"' + process.argv[0] + '" bin/uglifyjs';
var command = uglifyjs + " --self -cm --wrap SpiderUglify -o spidermonkey | " +