change the *correct* timeout value

This commit is contained in:
Régis Hanol
2017-07-24 11:44:33 +02:00
parent 2779fde565
commit 28a397398f
2 changed files with 2 additions and 2 deletions

View File

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