diff --git a/cluster/aws/util.sh b/cluster/aws/util.sh index 874088271bb..bbc6cfe2421 100755 --- a/cluster/aws/util.sh +++ b/cluster/aws/util.sh @@ -1322,7 +1322,7 @@ function check-cluster() { local output=`check-minion ${minion_ip}` echo $output if [[ "${output}" != "working" ]]; then - if (( attempt > 9 )); then + if (( attempt > 20 )); then echo echo -e "${color_red}Your cluster is unlikely to work correctly." >&2 echo "Please run ./cluster/kube-down.sh and re-create the" >&2