diff --git a/wait-until-ready b/wait-until-ready index 9be30dd..46ee2cd 100755 --- a/wait-until-ready +++ b/wait-until-ready @@ -33,5 +33,5 @@ if [ -z "${CLUSTER_ID}" ]; then exit 1 fi -echo "Waiting... This can take 10 minutes or more if the cluster was launched recently." +echo "Waiting... This can take 5 minutes or more if the cluster was launched recently." time aws --profile ${AWS_PROFILE:-"default"} emr wait cluster-running --cluster-id ${CLUSTER_ID}