Updated default db wait timeout to 60s
This commit is contained in:
parent
bdf3aed5c3
commit
11bfd42037
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user