[Pkg-javascript-commits] [uglifyjs] 47/491: extend test timeout
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:51:20 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.
commit 41996be86f326f667e755cfa953d32befbfa3076
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date: Wed May 10 02:43:12 2017 +0800
extend test timeout
Travis has gone a lot slower recently, and most test failures are due to time-out on this particular test.
---
test/mocha/spidermonkey.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/mocha/spidermonkey.js b/test/mocha/spidermonkey.js
index 4071a13..a8a112d 100644
--- a/test/mocha/spidermonkey.js
+++ b/test/mocha/spidermonkey.js
@@ -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 | " +
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list