Skip to content

Commit

Permalink
Fix flaky TestHistogramRequestLatency (#2653)
Browse files Browse the repository at this point in the history
Fixes #2636

Signed-off-by: Roman Zavodskikh <roman.zavodskikh@zalando.de>
Co-authored-by: Roman Zavodskikh <roman.zavodskikh@zalando.de>
  • Loading branch information
RomanZavodskikh and Roman Zavodskikh committed Oct 5, 2023
1 parent eb4de17 commit c05c85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filters/diag/histogram_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func TestHistogramRequestLatency(t *testing.T) {
assert.Equal(t, uint64(0), h.total)

const (
nSamples = 10_000
nSamples = 20_000
epsilon = 0.1
)
for i := 0; i < nSamples; i++ {
Expand Down

0 comments on commit c05c85c

Please sign in to comment.