We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c8e02 commit c5529b6Copy full SHA for c5529b6
1 file changed
tests/search/embedding-regression.test.ts
@@ -66,7 +66,7 @@ describe.skipIf(!hasTransformers)('embedding regression (real model)', () => {
66
67
// Build embeddings with the smallest/fastest model
68
await buildEmbeddings(tmpDir, 'minilm', dbPath);
69
- }, 120_000);
+ }, 240_000);
70
71
afterAll(() => {
72
if (tmpDir) fs.rmSync(tmpDir, { recursive: true, force: true });
0 commit comments