Skip to content

Commit

Permalink
Merge pull request #26098 from roberthbailey/automated-cherry-pick-of…
Browse files Browse the repository at this point in the history
…-#25405-upstream-release-1.2

AWS kube-up: Increase timeout waiting for docker start
  • Loading branch information
roberthbailey authored Jun 20, 2016
2 parents 6ea7fa7 + 63167d7 commit d5b73db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/aws/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,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
Expand Down

0 comments on commit d5b73db

Please sign in to comment.