From 43697958f368b41aee3cd704473ad6c1ea53ae8c Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Thu, 15 Jun 2017 04:47:57 +0800 Subject: avoid intermittent test time-out failures (#2100) --- test/mocha/spidermonkey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mocha/spidermonkey.js') 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 | " + -- cgit v1.2.3