Merge pull request #19197 from wojtek-t/increase_apiserver_timeout

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-12-30 07:36:36 -08:00
commit 2f11a6a0f9
1 changed files with 1 additions and 1 deletions

View File

@ -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() {