Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Oct 18, 2024
1 parent 89814f2 commit f8938b3
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 @@ -132,7 +132,7 @@ func TestSubmitLoopFastProducerHaltingSubmitter(t *testing.T) {
testArgs{
nParallel: 50,
testDuration: 2 * time.Second,
batchSkew: 40 * time.Millisecond,
batchSkew: 100 * time.Millisecond,
skewMargin: 5 * time.Millisecond,
batchBytes: 100,
maxTime: 10 * time.Millisecond,
Expand All @@ -141,7 +141,7 @@ func TestSubmitLoopFastProducerHaltingSubmitter(t *testing.T) {
produceTime: 2 * time.Millisecond,
// a relatively long possibility of the submitter halting
// tests the case where we need to stop the producer getting too far ahead
submissionHaltTime: 50 * time.Millisecond,
submissionHaltTime: 200 * time.Millisecond,
submissionHaltProbability: 0.05,
},
)
Expand All @@ -154,7 +154,7 @@ func TestSubmitLoopTimer(t *testing.T) {
testArgs{
nParallel: 50,
testDuration: 2 * time.Second,
batchSkew: 150 * time.Millisecond,
batchSkew: 100 * time.Millisecond,
skewMargin: 5 * time.Millisecond,
batchBytes: 100,
maxTime: 10 * time.Millisecond,
Expand Down

0 comments on commit f8938b3

Please sign in to comment.