Skip to content

Commit

Permalink
fix: update compare limit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 31, 2023
1 parent 7f1fa30 commit fd727e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ describe(`sharding`, () => {
await db1.add(data, { meta: { next: [] } });
}
await waitForResolved(() =>
expect(db2.log.log.length).toBeGreaterThan(db1.log.log.length + 70)
expect(db2.log.log.length).toBeGreaterThan(db1.log.log.length + 50)
);
});
});
Expand Down

0 comments on commit fd727e0

Please sign in to comment.