mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 20:20:42 +00:00
test(xai): relax live tool timeout
This commit is contained in:
@@ -145,7 +145,7 @@ describeLive("xai live", () => {
|
||||
expect([undefined, false]).toContain((firstFunction as Record<string, unknown>).strict);
|
||||
}
|
||||
});
|
||||
}, 45_000);
|
||||
}, 90_000);
|
||||
|
||||
it("runs Grok web_search live", async () => {
|
||||
await runXaiLiveCase("web-search", async () => {
|
||||
|
||||
Reference in New Issue
Block a user