mirror of
https://github.com/lancedb/lancedb.git
synced 2026-08-25 15:38:38 +00:00
test(nodejs): give the multivector index test a realistic timeout
Index build plus two searches runs right at Jest's 5s default on CI macs and flakes when suite parallelism contends for cores.
This commit is contained in:
@@ -2953,7 +2953,7 @@ describe("column name options", () => {
|
||||
.limit(10)
|
||||
.toArray();
|
||||
expect(results2.length).toBe(10);
|
||||
});
|
||||
}, 30_000);
|
||||
});
|
||||
|
||||
describe("when creating an empty table", () => {
|
||||
|
||||
Reference in New Issue
Block a user