From 264f2135232006f061280219d56c8a441d850970 Mon Sep 17 00:00:00 2001 From: gmarek Date: Thu, 17 Dec 2015 11:07:24 +0100 Subject: [PATCH] Increase timeout for API server startup in hack/test-update-storage-objects.sh --- hack/test-update-storage-objects.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {