Skip to content

Commit

Permalink
test: increase bonds
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 28, 2024
1 parent f5e0661 commit e067a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/programs/data/shared-log/test/sharding.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1443,10 +1443,10 @@ testSetups.forEach((setup) => {
await waitForResolved(async () => {
expect(
await db1.log.calculateMyTotalParticipation(),
).to.be.within(0.45, 0.55);
).to.be.within(0.42, 0.58);
expect(
await db2.log.calculateMyTotalParticipation(),
).to.be.within(0.45, 0.55);
).to.be.within(0.42, 0.58);
});
});
});
Expand Down

0 comments on commit e067a97

Please sign in to comment.