wait a bit longer for backend to restart

This commit is contained in:
j 2016-02-01 14:07:27 +05:30
parent ac38f928b4
commit e54fae0e08
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ oml.ui.updateDialog = function() {
oml.isRelaunching = true;
oml.api.restart({update: true}, function(result) {
if (result.status.code == 200) {
setTimeout(reload, 500);
setTimeout(reload, 1000);
} else {
that.options({content: $error});
$updateButton.hide();