File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/frontend/src/components/app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,14 +150,14 @@ export default Vue.extend({
150
150
this .service_status = Status .Rebooting
151
151
this .shutdown (ShutdownType .Reboot )
152
152
// Let wait a bit before starting to check
153
- setTimeout (this .waitForBackendToBeOnline , 5000 )
153
+ setTimeout (this .waitForBackendToBeOnline , 15000 )
154
154
},
155
155
async restartContainer(): Promise <void > {
156
156
this .service_status = Status .Rebooting
157
157
await back_axios ({
158
158
method: ' post' ,
159
159
url: ' /version-chooser/v1.0/version/restart' ,
160
- }).finally (() => setTimeout (this .waitForBackendToBeOnline , 5000 ))
160
+ }).finally (() => setTimeout (this .waitForBackendToBeOnline , 15000 ))
161
161
},
162
162
async poweroff(): Promise <void > {
163
163
this .service_status = Status .PoweringOff
You can’t perform that action at this time.
0 commit comments