Skip to content

Commit 75dfdbb

Browse files
committed
fix: timeout 30 sec
1 parent 4d2b68d commit 75dfdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/php/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mkdir -p ./var
1313
chmod 0777 ./var -R
1414
chmod 0777 ./tests/_output -R
1515

16-
bash /wait-for.sh mysql:3306 -t 0 -- echo "Mysql started"
16+
bash /wait-for.sh mysql:3306 --timeout=30 -- echo "Mysql started"
1717

1818
php ./bin/console doctrine:migrations:migrate --no-interaction
1919

0 commit comments

Comments
 (0)