[Pkg-javascript-commits] [less.js] 281/285: increase async timeout because appveyor can take 70 seconds to start up
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:24:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.0.0
in repository less.js.
commit f698d7718014c7d7b649bdafe1454f01edf05c33
Author: Luke Page <luke.a.page at gmail.com>
Date: Sun Nov 9 09:42:46 2014 +0000
increase async timeout because appveyor can take 70 seconds to start up
---
test/browser/common.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/browser/common.js b/test/browser/common.js
index 59fd9c7..bd25bad 100644
--- a/test/browser/common.js
+++ b/test/browser/common.js
@@ -198,4 +198,4 @@ var loadFile = function (href) {
});
};
-jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
+jasmine.DEFAULT_TIMEOUT_INTERVAL = 90000;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list