2
0
Fork 0
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:
Régis Hanol 2017-07-24 11:28:32 +02:00
parent 640ced004d
commit 2779fde565

View file

@ -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() {