Skip to content

Commit

Permalink
relax timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Oct 25, 2024
1 parent aafcbb3 commit c4d95a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/retry/retry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestRetrySuccess(t *testing.T) {
}

func TestRetryFailOnce(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
defer cancel()
now := time.Date(2024, time.October, 25, 13, 40, 37, 0, time.UTC)
start := now
Expand Down

0 comments on commit c4d95a5

Please sign in to comment.