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