increase wait_for_url defaults

This commit is contained in:
Seth Jennings
2016-02-22 15:31:28 -06:00
parent 6a199706cb
commit fdc1e0b310
2 changed files with 4 additions and 4 deletions

View File

@@ -27,8 +27,8 @@ kube::util::realpath() {
kube::util::wait_for_url() {
local url=$1
local prefix=${2:-}
local wait=${3:-0.5}
local times=${4:-25}
local wait=${3:-1}
local times=${4:-30}
which curl >/dev/null || {
kube::log::usage "curl must be installed"