Allow for more time in setup of kind cluster in e2e test

This commit is contained in:
Jan Untersander
2025-09-28 12:19:22 +02:00
committed by “yingwang-0320”
parent 71d42a1baf
commit 173fdf538a

View File

@@ -102,4 +102,4 @@ sleep 1
kubectl -n kube-system wait --for=condition=ready -l name=multus pod --timeout=300s
kubectl create -f yamls/cni-install.yml
sleep 1
kubectl -n kube-system wait --for=condition=ready -l name=cni-plugins pod --timeout=300s
kubectl -n kube-system wait --for=condition=ready -l name=cni-plugins pod --timeout=400s