From 628a9f43e9bc0e968b70aacb4bacdefca986fa4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 2 Sep 2015 11:34:32 +0200 Subject: [PATCH] Let's up the restart-detection-timeout a bit Just for experimental purposes. --- .../plugins/softwareupdate/static/js/softwareupdate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js index abdbd91a..b9223ddf 100644 --- a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js +++ b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js @@ -479,7 +479,7 @@ $(function() { self.waitingForRestart = false; self._markDone(text, "message_error"); - }, 30000); + }, 60000); break; }