From e54fae0e087e07e82ade51096febcf517d6acb6b Mon Sep 17 00:00:00 2001 From: j Date: Mon, 1 Feb 2016 14:07:27 +0530 Subject: [PATCH] wait a bit longer for backend to restart --- static/js/updateDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/updateDialog.js b/static/js/updateDialog.js index 411c7f9..151843f 100644 --- a/static/js/updateDialog.js +++ b/static/js/updateDialog.js @@ -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();