Skip to content

Commit

Permalink
extend test timeout
Browse files Browse the repository at this point in the history
Travis has gone a lot slower recently, and most test failures are due to time-out on this particular test.
  • Loading branch information
alexlamsl committed May 9, 2017
1 parent 5fd8244 commit 41996be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocha/spidermonkey.js
Expand Up @@ -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(20000);
this.timeout(30000);

var uglifyjs = '"' + process.argv[0] + '" bin/uglifyjs';
var command = uglifyjs + " --self -cm --wrap SpiderUglify -o spidermonkey | " +
Expand Down

0 comments on commit 41996be

Please sign in to comment.