test(parallels): budget Windows agent retry

This commit is contained in:
Peter Steinberger
2026-05-01 15:59:24 +01:00
parent 8b62e0fa96
commit 76c8f9ac3f
2 changed files with 4 additions and 3 deletions

View File

@@ -459,6 +459,7 @@ console.log(JSON.stringify(result));
expect(script).toContain('guestPowerShellBackground(\n "agent-turn"');
expect(script).toContain("OPENCLAW_PARALLELS_WINDOWS_AGENT_TIMEOUT_S");
expect(script).toContain("OPENCLAW_PARALLELS_WINDOWS_AGENT_TIMEOUT_S || 1500");
expect(script).toContain("windowsModelProviderTimeoutScript(this.auth.modelId)");
expect(script).toContain("finalAssistant(Raw|Visible)Text");
expect(script).toContain("parallels-windows-smoke-retry-$attempt");