Skip to content

Commit

Permalink
ci: Increase max retry for the sweeper (aws#6378)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Jun 18, 2024
1 parent e326781 commit 9e113aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hack/resource/clean/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func main() {

ctx := context.Background()
cfg := lo.Must(config.LoadDefaultConfig(ctx))
cfg.RetryMaxAttempts = 10

logger := lo.Must(zap.NewProduction()).Sugar()

Expand Down

0 comments on commit 9e113aa

Please sign in to comment.