|
@@ -624,7 +624,7 @@ describe("search (unified API)", () => {
|
|
|
expect(results[0]).toHaveProperty("title");
|
|
expect(results[0]).toHaveProperty("title");
|
|
|
expect(results[0]).toHaveProperty("bestChunk");
|
|
expect(results[0]).toHaveProperty("bestChunk");
|
|
|
expect(results[0]).toHaveProperty("docid");
|
|
expect(results[0]).toHaveProperty("docid");
|
|
|
- });
|
|
|
|
|
|
|
+ }, 90000);
|
|
|
|
|
|
|
|
test("search() with intent and rerank:false returns results", async () => {
|
|
test("search() with intent and rerank:false returns results", async () => {
|
|
|
const results = await store.search({
|
|
const results = await store.search({
|
|
@@ -633,7 +633,7 @@ describe("search (unified API)", () => {
|
|
|
rerank: false,
|
|
rerank: false,
|
|
|
});
|
|
});
|
|
|
expect(results.length).toBeGreaterThan(0);
|
|
expect(results.length).toBeGreaterThan(0);
|
|
|
- });
|
|
|
|
|
|
|
+ }, 60000);
|
|
|
|
|
|
|
|
test("search() with collection filter", async () => {
|
|
test("search() with collection filter", async () => {
|
|
|
const results = await store.search({
|
|
const results = await store.search({
|