Skip to content

Commit

Permalink
chore: increase timeout for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 29, 2020
1 parent cef40ba commit 2c948fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-ci-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ services:
- ./.gitignore:/home/.gitignore
- ./public:/home/public
entrypoint: dockerize
command: --wait tcp://mysql:3306 test
command: --wait tcp://mysql:3306 -timeout 60s test

0 comments on commit 2c948fb

Please sign in to comment.