From 2cc2fd5700d8229ba602ac99b3a226530015e8d8 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Fri, 3 Jan 2020 17:58:01 -0800 Subject: [PATCH] MariaDB takes longer to start than Postgres --- .github/workflows/mariadb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml index 41a4dff3..6369f836 100644 --- a/.github/workflows/mariadb.yml +++ b/.github/workflows/mariadb.yml @@ -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