test: allow slow CPU rerank fixture

This commit is contained in:
Tobi Lütke 2026-05-09 18:20:26 +00:00
parent ddc969a5f4
commit e627ca7de6
No known key found for this signature in database

View File

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