Skip to content

Commit

Permalink
Fix a flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed Jul 3, 2020
1 parent 29168ee commit 9d6cffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/executor/constant_arrival_rate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func TestConstantArrivalRateDroppedIterations(t *testing.T) {
BaseConfig: BaseConfig{GracefulStop: types.NullDurationFrom(0 * time.Second)},
TimeUnit: types.NullDurationFrom(time.Second),
Rate: null.IntFrom(20),
Duration: types.NullDurationFrom(1 * time.Second),
Duration: types.NullDurationFrom(950 * time.Millisecond),
PreAllocatedVUs: null.IntFrom(10),
MaxVUs: null.IntFrom(10),
}
Expand Down

0 comments on commit 9d6cffb

Please sign in to comment.