increase js tests suite timeout to allow more time to travis-ci
This commit is contained in:
parent
640ced004d
commit
2779fde565
|
@ -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…
Reference in New Issue