Increased timeout for waiting for restart after update

20sec is too little.
This commit is contained in:
Gina Häußge 2015-12-02 17:12:04 +01:00
parent 42d288c0e2
commit c5bc000b56

View file

@ -387,7 +387,7 @@ $(function() {
}
});
self.waitingForRestart = false;
}, 20000);
}, 60000);
break;
}