From 61078e1a7e2ecf48882d84a5626bfab7b2f80d5d Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Tue, 23 Jan 2018 18:27:50 -0300 Subject: [PATCH] Increase wait timeout for nginx controller pod --- test/e2e/wait-for-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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