test: write Windows Parallels provider timeout directly

This commit is contained in:
Peter Steinberger
2026-05-01 11:17:47 +01:00
parent 018f77cdc2
commit d3bb5ce9e9
3 changed files with 30 additions and 5 deletions

View File

@@ -422,8 +422,8 @@ console.log(JSON.stringify(result));
expect(script).toContain('guestPowerShellBackground(\n "agent-turn"');
expect(script).toContain("OPENCLAW_PARALLELS_WINDOWS_AGENT_TIMEOUT_S");
expect(script).toContain("finalAssistant(Raw|Visible)Text");
expect(script).toContain("models.providers.openai");
expect(script).toContain('"timeoutSeconds":300');
expect(script).toContain("$config.models.providers");
expect(script).toContain("timeoutSeconds = 300");
});
it("waits through transient Windows restoring state before VM operations", () => {