mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
timesup after 90 sec, hopefully browser has crashed in the meantime
This commit is contained in:
parent
2cb5fb8be8
commit
ccae212b2d
1 changed files with 1 additions and 1 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue