summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarcel Müller <marcel-mueller@gmx.de>2024-02-21 15:32:40 +0100
committerMarcel Müller <marcel-mueller@gmx.de>2024-02-21 15:32:40 +0100
commitdd4df1f9428dd7c562f88acce3f718517467769e (patch)
treeef11d01991996261893250f6fac5eda958fb4199 /.github/workflows
parentc296a83b3ee92853de3dae55796b2ab982c643ef (diff)
fix(tests): Increase health-retries for mysql tests
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/integration-mysql.yml2
-rw-r--r--.github/workflows/phpunit-mysql.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/integration-mysql.yml b/.github/workflows/integration-mysql.yml
index 1af913b5c..49a3cbff5 100644
--- a/.github/workflows/integration-mysql.yml
+++ b/.github/workflows/integration-mysql.yml
@@ -68,7 +68,7 @@ jobs:
- 4444:3306/tcp
env:
MYSQL_ROOT_PASSWORD: rootpassword
- options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
+ options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 10
steps:
- name: Set app env
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml
index 4e3bd5eec..0b7543abe 100644
--- a/.github/workflows/phpunit-mysql.yml
+++ b/.github/workflows/phpunit-mysql.yml
@@ -71,7 +71,7 @@ jobs:
- 4444:3306/tcp
env:
MYSQL_ROOT_PASSWORD: rootpassword
- options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
+ options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 10
steps:
- name: Set app env