Skip to content

Commit b63ccb8

Browse files
authored
extend the time to wait until controller is stopped on controller UI upgrade (#2883)
1 parent 2491a89 commit b63ccb8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## __WORK IN PROGRESS__
88
* (@foxriver76) updated plugin base and sentry plugin to version 2
99
* (@foxriver76) enhanced translations for the `diskSpaceIssues` notification category
10+
* (@foxriver76) extend the time to wait until controller is stopped on controller UI upgrade
1011
* (@foxriver76) improved backup/restore process to work for arbitrary large installations
1112

1213
## 6.0.11 (2024-08-21) - Kiera

packages/controller/src/lib/upgradeManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ interface ServerResponse {
5656

5757
class UpgradeManager {
5858
/** Wait ms until controller is stopped */
59-
private readonly STOP_TIMEOUT_MS = 3_000;
59+
private readonly STOP_TIMEOUT_MS = 5_000;
6060
/** Wait ms for delivery of final response */
6161
private readonly SHUTDOWN_TIMEOUT = 10_000;
6262
/** Instance of admin to get information from */

0 commit comments

Comments
 (0)