Skip to content

Commit 2f451dd

Browse files
author
Ryan Baxter
committed
Extending ingress timeout
1 parent e69ea4e commit 2f451dd

File tree

1 file changed

+1
-1
lines changed
  • spring-cloud-kubernetes-integration-tests

1 file changed

+1
-1
lines changed

spring-cloud-kubernetes-integration-tests/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ main() {
8787
# kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml
8888
kubectl apply -fhttps://raw.githubusercontent.com/kubernetes/ingress-nginx/12150e318b972a03fb49d827e6cabb8ef62247ef/deploy/static/provider/kind/deploy.yaml
8989
sleep 5 # hold 5 sec so that the pods can be created
90-
kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=360s
90+
kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=720s
9191

9292
# This creates the service account, role, and role binding necessary for Spring Cloud k8s apps
9393
kubectl apply -f ./permissions.yaml

0 commit comments

Comments
 (0)