Skip to content

Commit

Permalink
Increase retry count of ingress resolving - cert-manager test
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-krishnasamy committed Dec 27, 2023
1 parent cd53a69 commit f1c469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/certmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var _ = Describe("cert-manager", FlakeAttempts(2), func() {
Identifier: "integration-test-app-ing-" + namespace + "-green",
Namespace: namespace,
Weight: "\"100\"",
IngressRetryCount: 20,
IngressRetryCount: 30,
}

err = helpers.CreateHelloWorldApp(&app, options)
Expand Down

0 comments on commit f1c469b

Please sign in to comment.