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:
Wyatt Alt
2026-08-21 23:43:26 -07:00
parent 1d93d8ee7e
commit f36d51d385
+1 -1
View File
@@ -2953,7 +2953,7 @@ describe("column name options", () => {
.limit(10)
.toArray();
expect(results2.length).toBe(10);
});
}, 30_000);
});
describe("when creating an empty table", () => {