Merge branch 'master' into harmony-v3.0.3

This commit is contained in:
alexlamsl
2017-05-10 11:52:59 +08:00
4 changed files with 12 additions and 11 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(20000);
this.timeout(30000);
var uglifyjs = '"' + process.argv[0] + '" bin/uglifyjs';
var command = uglifyjs + " --self -cm --wrap SpiderUglify -o spidermonkey | " +