mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-08 03:02:03 +01: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(){
|
var timeout = setTimeout(function(){
|
||||||
stopSauce(false,true);
|
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 knownConsoleText = "";
|
||||||
var getStatusInterval = setInterval(function(){
|
var getStatusInterval = setInterval(function(){
|
||||||
|
|
Loading…
Reference in a new issue