From e627ca7de66136f4c4ab46ef35fb9a5e1c5f6aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20L=C3=BCtke?= Date: Sat, 9 May 2026 18:20:26 +0000 Subject: [PATCH] test: allow slow CPU rerank fixture --- test/llm.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/llm.test.ts b/test/llm.test.ts index 3678bad..ff22c0c 100644 --- a/test/llm.test.ts +++ b/test/llm.test.ts @@ -694,7 +694,7 @@ describe.skipIf(!!process.env.CI)("LlamaCpp Integration", () => { for (const doc of result.results) { console.log(` ${doc.file}: ${doc.score.toFixed(4)}`); } - }); + }, 30000); }); describe("expandQuery", () => {