test: allow slow CPU rerank fixture
This commit is contained in:
parent
ddc969a5f4
commit
e627ca7de6
@ -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", () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user