Increased timeout for waiting for restart after update
20sec is too little.
This commit is contained in:
parent
42d288c0e2
commit
c5bc000b56
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ $(function() {
|
|||
}
|
||||
});
|
||||
self.waitingForRestart = false;
|
||||
}, 20000);
|
||||
}, 60000);
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue