File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-cloud-kubernetes-integration-tests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ main() {
87
87
# kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml
88
88
kubectl apply -fhttps://raw.githubusercontent.com/kubernetes/ingress-nginx/12150e318b972a03fb49d827e6cabb8ef62247ef/deploy/static/provider/kind/deploy.yaml
89
89
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
91
91
92
92
# This creates the service account, role, and role binding necessary for Spring Cloud k8s apps
93
93
kubectl apply -f ./permissions.yaml
You can’t perform that action at this time.
0 commit comments