Skip to content

Commit

Permalink
increase ticker test buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Dec 9, 2024
1 parent cc011e5 commit 257ce99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/backoff/ticker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func TestMultiplicativeTicker(t *testing.T) {
500 * time.Millisecond, // maxTime limit
}

buffer := 25 * time.Millisecond
buffer := 50 * time.Millisecond

for _, expected := range expectedDurations {
start := time.Now()
Expand Down

0 comments on commit 257ce99

Please sign in to comment.