From f16b61ef3996da18d2c45df5e034739682ae104e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 2 May 2026 02:40:57 +0100 Subject: [PATCH] test(xai): relax live tool timeout --- src/agents/xai.live.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/xai.live.test.ts b/src/agents/xai.live.test.ts index a6aa6d61bb2..662d2666616 100644 --- a/src/agents/xai.live.test.ts +++ b/src/agents/xai.live.test.ts @@ -145,7 +145,7 @@ describeLive("xai live", () => { expect([undefined, false]).toContain((firstFunction as Record).strict); } }); - }, 45_000); + }, 90_000); it("runs Grok web_search live", async () => { await runXaiLiveCase("web-search", async () => {