Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Nov 19, 2024
1 parent 3dd3e9a commit cf34896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions block/submit_loop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit cf34896

Please sign in to comment.