diff --git a/hack/test-update-storage-objects.sh b/hack/test-update-storage-objects.sh index b13d5bedd53..deccad0b3f5 100755 --- a/hack/test-update-storage-objects.sh +++ b/hack/test-update-storage-objects.sh @@ -57,7 +57,7 @@ function startApiServer() { APISERVER_PID=$! # url, prefix, wait, times - kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/healthz" "apiserver: " 1 45 + kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/healthz" "apiserver: " 1 120 } function killApiServer() {