mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Bump the JS test suite timeout to 2 minutes
So that it can run properly on my 3-year old MBA
This commit is contained in:
parent
edf86a207b
commit
386b1589f2
1 changed files with 1 additions and 1 deletions
2
vendor/assets/javascripts/run-qunit.js
vendored
2
vendor/assets/javascripts/run-qunit.js
vendored
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue