mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:10:49 +00:00
test: retry Windows Parallels agent turn
This commit is contained in:
@@ -452,9 +452,10 @@ 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("parallels-windows-smoke-retry-$attempt");
|
||||
expect(script).not.toContain("$config.models.providers");
|
||||
expect(script).not.toContain("timeoutSeconds = 300");
|
||||
expect(script).toContain("parallels-windows-smoke.jsonl");
|
||||
expect(script).toContain('"$sessionId.jsonl"');
|
||||
});
|
||||
|
||||
it("waits through transient Windows restoring state before VM operations", () => {
|
||||
|
||||
Reference in New Issue
Block a user