Updated default db wait timeout to 60s

This commit is contained in:
David Young 2017-07-21 22:56:08 +12:00
parent bdf3aed5c3
commit 11bfd42037

View File

@ -19,5 +19,5 @@ fi
#############
# Run wait-for-it.sh to confirm DB comes up before we proceed
echo "Waiting for $dbhost:$eport..."
/srv/wait-for $dbhost:$eport -- echo "Done"
echo "Waiting up to 60s for $dbhost:$eport..."
/srv/wait-for $dbhost:$eport --timeout=60 -- echo "Done"