Let's up the restart-detection-timeout a bit
Just for experimental purposes.
This commit is contained in:
parent
78277acd3c
commit
628a9f43e9
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ $(function() {
|
|||
self.waitingForRestart = false;
|
||||
|
||||
self._markDone(text, "message_error");
|
||||
}, 30000);
|
||||
}, 60000);
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue