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

@@ -9,7 +9,7 @@ function read(path) {
describe("bin/uglifyjs", function () {
var uglifyjscmd = '"' + process.argv[0] + '" bin/uglifyjs';
it("should produce a functional build when using --self", function (done) {
this.timeout(15000);
this.timeout(30000);
var command = uglifyjscmd + ' --self -cm --wrap WrappedUglifyJS';