test(e2e): stabilize suite

This commit is contained in:
Peter Steinberger
2026-02-14 20:54:31 +01:00
parent 2a3da21333
commit c06a962bb6
15 changed files with 238 additions and 84 deletions

View File

@@ -586,7 +586,7 @@ describe("Agent-specific tool filtering", () => {
const helperResult = await helperExecTool!.execute("call-helper", {
command: "echo done",
host: "sandbox",
yieldMs: 10,
yieldMs: 1000,
});
expect(helperResult?.details.status).toBe("completed");
});