Skip to content

Commit

Permalink
Fix VMI test ingress check (#6762) (#6853)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenmclean committed Aug 23, 2023
1 parent 30f0091 commit c9fe3a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/update/a-la-carte/a_la_carte_test.go
Expand Up @@ -17,8 +17,8 @@ import (
)

const (
waitTimeout = 10 * time.Minute
pollingInterval = 5 * time.Second
waitTimeout = 30 * time.Minute
pollingInterval = 10 * time.Second
)

const (
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/verify-infra/vmi/vmi_test.go
Expand Up @@ -594,7 +594,7 @@ func getExpectedPrometheusReplicaCount(kubeconfig string) (int32, error) {

func ingressEnabled(vz *vzalpha1.Verrazzano) bool {
return vzcr.IsComponentStatusEnabled(vz, nginx.ComponentName) &&
vzcr.IsComponentStatusEnabled(vz, cmconstants.CertManagerComponentName) &&
vzcr.IsComponentStatusEnabled(vz, cmconstants.ClusterIssuerComponentName) &&
vzcr.IsComponentStatusEnabled(vz, keycloak.ComponentName)
}

Expand Down

0 comments on commit c9fe3a9

Please sign in to comment.