avoid intermittent test time-out failures (#2100)

This commit is contained in:
Alex Lam S.L
2017-06-15 04:47:57 +08:00
committed by GitHub
parent 3f961bbba0
commit 43697958f3
3 changed files with 3 additions and 3 deletions

View File

@@ -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 | " +