From 9e113aaca23bce17e99cd6f14447927e7c89e3d4 Mon Sep 17 00:00:00 2001 From: Amanuel Engeda <74629455+engedaam@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:53:12 -0700 Subject: [PATCH] ci: Increase max retry for the sweeper (#6378) --- test/hack/resource/clean/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hack/resource/clean/main.go b/test/hack/resource/clean/main.go index c79e4dd98607..dd8b1aa9ca46 100644 --- a/test/hack/resource/clean/main.go +++ b/test/hack/resource/clean/main.go @@ -43,6 +43,7 @@ func main() { ctx := context.Background() cfg := lo.Must(config.LoadDefaultConfig(ctx)) + cfg.RetryMaxAttempts = 10 logger := lo.Must(zap.NewProduction()).Sugar()