Skip to content

Commit

Permalink
test: reduce test insertion size
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 28, 2024
1 parent 01d5af7 commit bfc955e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/programs/data/shared-log/test/sharding.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ testSetups.forEach((setup) => {
},
);

const entryCount = sampleSize * 5;
const entryCount = sampleSize * 3; // TODO make this test pass with higher multiplier (performance)

const promises: Promise<any>[] = [];
for (let i = 0; i < entryCount; i++) {
Expand Down

0 comments on commit bfc955e

Please sign in to comment.