Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Nov 4, 2024
1 parent 1eb1bdf commit 0d51bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/submit_loop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func TestSubmitLoopTimer(t *testing.T) {
testSubmitLoop(
t,
testArgs{
nParallel: 1,
nParallel: 50,
testDuration: 2 * time.Second,
batchSkew: 150 * time.Millisecond,
skewMargin: 5 * time.Millisecond,
Expand Down

0 comments on commit 0d51bd0

Please sign in to comment.