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 371f43d commit 13df98dCopy full SHA for 13df98d
tests/cbjs/tests/search.spec.ts
@@ -61,7 +61,12 @@ describe
61
collection,
62
});
63
64
- await useSearchIndex(indexConfig, { waitSearchIndexTimeout: 0 });
+ await waitFor(
65
+ async () => {
66
+ await useSearchIndex(indexConfig, { waitSearchIndexTimeout: 0 });
67
+ },
68
+ { timeout: 21_000, retryInterval: 5_000 }
69
+ );
70
71
72
test(
0 commit comments