From 920d3b53366cd10557021e7675b95a059be7eb98 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Wed, 30 Dec 2015 14:09:54 +0100 Subject: [PATCH] Increase apiserver timeout in tests --- hack/test-update-storage-objects.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test-update-storage-objects.sh b/hack/test-update-storage-objects.sh index b13d5bedd5..deccad0b3f 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() {