diff --git a/scripts/e2e/parallels/windows-smoke.ts b/scripts/e2e/parallels/windows-smoke.ts index 3e88fc072df..d41070e6eb3 100755 --- a/scripts/e2e/parallels/windows-smoke.ts +++ b/scripts/e2e/parallels/windows-smoke.ts @@ -440,6 +440,7 @@ class WindowsSmoke { } else { this.status.upgradePrecheck = "latest-ref-fail"; } + await this.phase("upgrade.gateway-stop-before-update", 420, () => this.gatewayAction("stop")); await this.phase( "upgrade.update-dev", Number(process.env.OPENCLAW_PARALLELS_WINDOWS_UPDATE_TIMEOUT_S || 1200),