extend timeout on test/mocha/cli.js for node 0.12
This commit is contained in:
parent
f0594cbfaa
commit
68f72b3faf
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user