[Pkg-javascript-commits] [less.js] 274/285: Increase jasmine timeout for (very) slow computers

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:24:01 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 ced43a71adf4c778a1236a54584f0639fce7796e
Author: Luke Page <luke.a.page at gmail.com>
Date:   Sat Nov 8 22:48:09 2014 +0000

    Increase jasmine timeout for (very) slow computers
---
 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 c55d172..59fd9c7 100644
--- a/test/browser/common.js
+++ b/test/browser/common.js
@@ -198,4 +198,4 @@ var loadFile = function (href) {
     });
 };
 
-jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
+jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;

-- 
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