Skip to content

Commit

Permalink
Revert "Increase timeout for knative installation"
Browse files Browse the repository at this point in the history
This reverts commit 4b85b83.
  • Loading branch information
Anna Jung (VMware) committed Jul 25, 2023
1 parent e5c7258 commit d1781bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gh-actions/install_knative.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ kustomize build common/knative/knative-serving/base | kubectl apply -f -
kustomize build common/istio-1-17/cluster-local-gateway/base | kubectl apply -f -
kustomize build common/istio-1-17/kubeflow-istio-resources/base | kubectl apply -f -

kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout 1800s
kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout 600s
kubectl patch cm config-domain --patch '{"data":{"example.com":""}}' -n knative-serving

0 comments on commit d1781bd

Please sign in to comment.