MariaDB takes longer to start than Postgres

This commit is contained in:
Ryan Leckey 2020-01-03 17:58:01 -08:00
parent 8c92a179ca
commit 2cc2fd5700

View File

@ -21,7 +21,7 @@ jobs:
# will assign a random free host port
- 3309/tcp
# needed because the container does not provide a healthcheck
options: --health-cmd "mysql --user=root --password=$MYSQL_PASSWORD -e 'show databases;'" --health-interval 10s --health-timeout 5s --health-retries 5
options: --health-cmd "mysql --user=root --password=$MYSQL_PASSWORD -e 'show databases;'" --health-interval 30s --health-timeout 30s --health-retries 10
steps:
- uses: actions/checkout@v1