Let's up the restart-detection-timeout a bit

Just for experimental purposes.
This commit is contained in:
Gina Häußge 2015-09-02 11:34:32 +02:00
parent 78277acd3c
commit 628a9f43e9

View file

@ -479,7 +479,7 @@ $(function() {
self.waitingForRestart = false;
self._markDone(text, "message_error");
}, 30000);
}, 60000);
break;
}