From cf34896f64e362f9de5e4b608bc6616be5a39793 Mon Sep 17 00:00:00 2001 From: Sergi Rene Date: Tue, 19 Nov 2024 23:49:45 +0100 Subject: [PATCH] merge fix --- block/submit_loop_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/block/submit_loop_test.go b/block/submit_loop_test.go index 80cc9ce2f..ec277403f 100644 --- a/block/submit_loop_test.go +++ b/block/submit_loop_test.go @@ -130,8 +130,8 @@ func TestSubmitLoopFastProducerHaltingSubmitter(t *testing.T) { testSubmitLoop( t, testArgs{ - nParallel: 50, - testDuration: 2 * time.Second, + nParallel: 10, + testDuration: 4 * time.Second, batchSkew: 100 * time.Millisecond, skewMargin: 10 * time.Millisecond, batchBytes: 100, @@ -152,7 +152,7 @@ func TestSubmitLoopTimer(t *testing.T) { testSubmitLoop( t, testArgs{ - nParallel: 50, + nParallel: 10, testDuration: 4 * time.Second, batchSkew: 100 * time.Millisecond, skewMargin: 10 * time.Millisecond,