Skip to content

Commit e78cb81

Browse files
committed
test: increase search timeouts
1 parent bbc63a1 commit e78cb81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cbjs/tests/search.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ describe
267267
{ waitSearchIndexTimeout: 55_000 }
268268
);
269269

270+
await sleep(5_000);
271+
270272
const result = await serverTestContext.cluster.searchQuery(
271273
searchIndexName,
272274
new SearchQuery({

0 commit comments

Comments
 (0)