Tweaks
This commit is contained in:
parent
83707079e8
commit
7df3c1d013
3 changed files with 5 additions and 5 deletions
4
.github/docker/entrypoint.sh
vendored
4
.github/docker/entrypoint.sh
vendored
|
@ -58,8 +58,8 @@ echo "Checking database status."
|
|||
until nc -z -v -w30 $DB_HOST 3306
|
||||
do
|
||||
echo "Waiting for database connection..."
|
||||
# wait for 5 seconds before check again
|
||||
sleep 5
|
||||
# wait for 1 seconds before check again
|
||||
sleep 1
|
||||
done
|
||||
|
||||
## make sure the db is set up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue