Skip to content

Commit b18b665

Browse files
committed
test: increase search query timeout
1 parent 3e5eaae commit b18b665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/cbjs/tests/search.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ describe
227227
expect(row.score).toBeTypeOf('number');
228228
});
229229
},
230-
{ timeout: 20_000, retryInterval: 100 }
230+
{ timeout: 40_000, retryInterval: 100 }
231231
);
232232
}
233233
);
@@ -396,7 +396,7 @@ describe
396396
});
397397
});
398398
},
399-
{ timeout: 20_000 }
399+
{ timeout: 40_000 }
400400
);
401401
}
402402
);
@@ -475,7 +475,7 @@ describe
475475
expect(row.score).toEqual(0);
476476
});
477477
},
478-
{ timeout: 20_000 }
478+
{ timeout: 40_000 }
479479
);
480480
}
481481
);

0 commit comments

Comments
 (0)