diff --git a/test/e2e/wait-for-nginx.sh b/test/e2e/wait-for-nginx.sh index 19e4d5ebb..fc309c159 100755 --- a/test/e2e/wait-for-nginx.sh +++ b/test/e2e/wait-for-nginx.sh @@ -45,7 +45,7 @@ function waitForPod() { export -f waitForPod -timeout 10s bash -c waitForPod +timeout 30s bash -c waitForPod if kubectl get pods -n ingress-nginx -l app=ingress-nginx -o jsonpath="$JSONPATH" 2>&1 | grep -q "Ready=True"; then