From bfc955e2fe01678e678f55a6df18136d5e230457 Mon Sep 17 00:00:00 2001 From: Marcus Pousette Date: Sat, 28 Dec 2024 15:33:04 +0100 Subject: [PATCH] test: reduce test insertion size --- packages/programs/data/shared-log/test/sharding.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/programs/data/shared-log/test/sharding.spec.ts b/packages/programs/data/shared-log/test/sharding.spec.ts index b342e25a4..7b09e6890 100644 --- a/packages/programs/data/shared-log/test/sharding.spec.ts +++ b/packages/programs/data/shared-log/test/sharding.spec.ts @@ -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[] = []; for (let i = 0; i < entryCount; i++) {