mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
change the *correct* timeout value
This commit is contained in:
2
vendor/assets/javascripts/run-qunit.js
vendored
2
vendor/assets/javascripts/run-qunit.js
vendored
@@ -36,7 +36,7 @@ page.open(args[0], function(status) {
|
||||
} else {
|
||||
page.evaluate(logQUnit);
|
||||
|
||||
var timeout = parseInt(args[1] || 360000, 10),
|
||||
var timeout = parseInt(args[1] || 300000, 10),
|
||||
start = Date.now();
|
||||
|
||||
var interval = setInterval(function() {
|
||||
|
||||
Reference in New Issue
Block a user