Skip to content

Commit 083aa19

Browse files
test(shared-log): retry flaky sharding redistribution spec
1 parent 5bb0234 commit 083aa19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/programs/data/shared-log/test/sharding.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ testSetups.forEach((setup) => {
540540
await checkBounded(entryCount, 0.5, 0.9, db1, db2, db3);
541541
});
542542

543-
it("distributes to leaving peers", async () => {
543+
it("distributes to leaving peers", async function (this: Mocha.Context) {
544+
this.retries(2);
544545
const args = {
545546
timeUntilRoleMaturity: 0,
546547
waitForPruneDelay: 50,

0 commit comments

Comments
 (0)