
























@@ -397,7 +397,7 @@ class WindowsSmoke {
397397this.status.freshGateway = "pass";
398398await this.phase(
399399"fresh.first-agent-turn",
400-Number(process.env.OPENCLAW_PARALLELS_WINDOWS_AGENT_TIMEOUT_S || 900),
400+Number(process.env.OPENCLAW_PARALLELS_WINDOWS_AGENT_TIMEOUT_S || 1500),
401401() => this.verifyTurn(),
402402);
403403this.status.freshAgent = "pass";
@@ -453,7 +453,7 @@ class WindowsSmoke {
453453this.status.upgradeGateway = "pass";
454454await this.phase(
455455"upgrade.first-agent-turn",
456-Number(process.env.OPENCLAW_PARALLELS_WINDOWS_AGENT_TIMEOUT_S || 900),
456+Number(process.env.OPENCLAW_PARALLELS_WINDOWS_AGENT_TIMEOUT_S || 1500),
457457() => this.verifyTurn(),
458458);
459459this.status.upgradeAgent = "pass";
@@ -936,7 +936,7 @@ for ($attempt = 1; $attempt -le 2; $attempt++) {
936936 }
937937}
938938if (-not $agentOk) { throw 'openclaw agent finished without OK response' }`,
939-Number(process.env.OPENCLAW_PARALLELS_WINDOWS_AGENT_TIMEOUT_S || 900) * 1000,
939+Number(process.env.OPENCLAW_PARALLELS_WINDOWS_AGENT_TIMEOUT_S || 1500) * 1000,
940940);
941941}
942942此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。