From 386b1589f2c1f6f19d11099c0bc7ddc5d70879ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Wed, 5 Mar 2014 10:45:57 +0100 Subject: [PATCH] Bump the JS test suite timeout to 2 minutes So that it can run properly on my 3-year old MBA --- vendor/assets/javascripts/run-qunit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/assets/javascripts/run-qunit.js b/vendor/assets/javascripts/run-qunit.js index 6a0dd2487..b650fa926 100644 --- a/vendor/assets/javascripts/run-qunit.js +++ b/vendor/assets/javascripts/run-qunit.js @@ -30,7 +30,7 @@ page.open(args[0], function(status) { } else { page.evaluate(logQUnit); - var timeout = parseInt(args[1] || 60000, 10); + var timeout = parseInt(args[1] || 120000, 10); var start = Date.now(); var interval = setInterval(function() { if (Date.now() > start + timeout) {