Skip to content

Commit

Permalink
Fix flakiness in TestConstantVUsRun
Browse files Browse the repository at this point in the history
part of #1357
  • Loading branch information
mstoykov committed Jul 20, 2020
1 parent 06bcf37 commit 76da8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/executor/constant_vus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (

func getTestConstantVUsConfig() ConstantVUsConfig {
return ConstantVUsConfig{
BaseConfig: BaseConfig{GracefulStop: types.NullDurationFrom(1 * time.Second)},
BaseConfig: BaseConfig{GracefulStop: types.NullDurationFrom(100 * time.Millisecond)},
VUs: null.IntFrom(10),
Duration: types.NullDurationFrom(1 * time.Second),
}
Expand Down

0 comments on commit 76da8fe

Please sign in to comment.