diff --git a/hack/test-update-storage-objects.sh b/hack/test-update-storage-objects.sh index ce59df5764f..b13d5bedd53 100755 --- a/hack/test-update-storage-objects.sh +++ b/hack/test-update-storage-objects.sh @@ -56,7 +56,8 @@ function startApiServer() { --service-cluster-ip-range="10.0.0.0/24" 1>&2 & APISERVER_PID=$! - kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/healthz" "apiserver: " + # url, prefix, wait, times + kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/healthz" "apiserver: " 1 45 } function killApiServer() {