




















@@ -499,7 +499,7 @@ class MacosSmoke {
499499this.status.freshVersion = await this.extractLastVersion("fresh.install-main");
500500await this.phase("fresh.verify-main-version", 60, () => this.verifyTargetVersion());
501501await this.phase("fresh.verify-bundle-permissions", 180, () => this.verifyBundlePermissions());
502-await this.phase("fresh.onboard-ref", 180, () => this.runRefOnboard());
502+await this.phase("fresh.onboard-ref", 420, () => this.runRefOnboard());
503503await this.phase("fresh.gateway-start", 180, () => this.startManualGatewayIfNeeded());
504504await this.phase("fresh.gateway-status", 180, () => this.verifyGateway());
505505this.status.freshGateway = "pass";
@@ -551,7 +551,7 @@ class MacosSmoke {
551551this.status.upgradeVersion = await this.extractLastVersion("upgrade.update-dev");
552552await this.phase("upgrade.verify-dev-channel", 60, () => this.verifyDevChannelUpdate());
553553}
554-await this.phase("upgrade.onboard-ref", 180, () => this.runRefOnboard());
554+await this.phase("upgrade.onboard-ref", 420, () => this.runRefOnboard());
555555await this.phase("upgrade.gateway-start", 180, () => this.startManualGatewayIfNeeded());
556556await this.phase("upgrade.gateway-status", 180, () => this.verifyGateway());
557557this.status.upgradeGateway = "pass";
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。