test: extend Windows Parallels OpenAI timeout

This commit is contained in:
Peter Steinberger
2026-05-01 10:56:05 +01:00
parent 48b39bffbe
commit ca620eaf35
3 changed files with 5 additions and 0 deletions

View File

@@ -414,6 +414,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');
});
it("waits through transient Windows restoring state before VM operations", () => {