mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
increase js tests suite timeout to allow more time to travis-ci
This commit is contained in:
parent
640ced004d
commit
2779fde565
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
|
@ -36,7 +36,7 @@ page.open(args[0], function(status) {
|
|||
} else {
|
||||
page.evaluate(logQUnit);
|
||||
|
||||
var timeout = parseInt(args[1] || 200000, 10),
|
||||
var timeout = parseInt(args[1] || 360000, 10),
|
||||
start = Date.now();
|
||||
|
||||
var interval = setInterval(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue