diff --git a/test/mocha/cli.js b/test/mocha/cli.js index 4acf03d6..0825b808 100644 --- a/test/mocha/cli.js +++ b/test/mocha/cli.js @@ -10,7 +10,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(60000); + this.timeout(120000); var command = uglifyjscmd + ' --self -mc ecma='; command += semver.satisfies(process.version, ">=4") ? "6" : "5";