Skip to content

Commit

Permalink
More stable timings for TestExecutionStatsVUSharing
Browse files Browse the repository at this point in the history
To hopefully minimize the flakiness...
  • Loading branch information
Ivan Mirić committed Apr 23, 2021
1 parent f61193d commit 6de6bf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/local/local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1395,13 +1395,13 @@ func TestExecutionStatsVUSharing(t *testing.T) {
carr: {
executor: 'constant-arrival-rate',
exec: 'carr',
rate: 10,
timeUnit: '1s',
rate: 9,
timeUnit: '0.95s',
duration: '1s',
preAllocatedVUs: 2,
maxVUs: 10,
startTime: '2s',
gracefulStop: '0s',
gracefulStop: '100ms',
},
},
};
Expand Down

0 comments on commit 6de6bf3

Please sign in to comment.