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
1 changed files with 1 additions and 1 deletions

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