Skip to content

Commit

Permalink
increase sleep in deploy_cert_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
pooknull committed Sep 7, 2023
1 parent 72729c2 commit 8b3af4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/functions
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ deploy_cert_manager() {
kubectl_bin label namespace cert-manager certmanager.k8s.io/disable-validation=true || :
kubectl_bin apply -f "https://github.com/jetstack/cert-manager/releases/download/v${CERT_MANAGER_VER}/cert-manager.yaml" --validate=false || : 2>/dev/null
kubectl_bin -n cert-manager wait pod -l app.kubernetes.io/instance=cert-manager --for=condition=ready
sleep 60
sleep 80
}

delete_crd() {
Expand Down

0 comments on commit 8b3af4a

Please sign in to comment.