test(xai): relax live tool timeout

This commit is contained in:
Peter Steinberger
2026-05-02 02:40:57 +01:00
parent a273441bbe
commit f16b61ef39

View File

@@ -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 () => {