increase wait on web cert setup
Signed-off-by: James Strong <james.strong@chainguard.dev>
This commit is contained in:
parent
e09e40af1a
commit
a5d1e260a3
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ kind load docker-image --name="${KIND_CLUSTER_NAME}" --nodes=${KIND_WORKERS} ${R
|
|||
if [ "${SKIP_CERT_MANAGER_CREATION:-false}" = "false" ]; then
|
||||
echo "[dev-env] apply cert-manager ..."
|
||||
kubectl apply --wait -f https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
||||
sleep 10
|
||||
sleep 30
|
||||
fi
|
||||
|
||||
echo "[dev-env] running helm chart e2e tests..."
|
||||
|
|
Loading…
Reference in a new issue