timesup after 90 sec, hopefully browser has crashed in the meantime

This commit is contained in:
webzwo0i 2020-09-07 15:00:23 +02:00
parent 2cb5fb8be8
commit ccae212b2d

View file

@ -59,7 +59,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
*/
var timeout = setTimeout(function(){
stopSauce(false,true);
}, 30000); // travis timeout is 10 minutes, set this to a slightly lower value
}, 90000); // travis timeout is 10 minutes, set this to a slightly lower value
var knownConsoleText = "";
var getStatusInterval = setInterval(function(){