diff --git a/test/support/ci/build.sh b/test/support/ci/build.sh index b576042f..fc4092bb 100755 --- a/test/support/ci/build.sh +++ b/test/support/ci/build.sh @@ -60,7 +60,7 @@ fi bundle install --quiet echo "Waiting for S3 at address ${AMZ_HOST}/health, attempting every 5s" -until $(curl --silent --fail ${AMZ_HOST}/health | grep "\"s3\": \"running\"" > /dev/null); do +until $(curl --silent --fail ${AMZ_HOST}/health | grep "\"s3\": \"available\"" > /dev/null); do printf '.' sleep 5 done