mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:44:33 +00:00
test(e2e): stabilize suite
This commit is contained in:
@@ -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");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user