Browse Source

fix(tests): Increase health-retries for mysql tests

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
pull/11627/head
Marcel Müller 2 years ago
parent
commit
dd4df1f942
  1. 2
      .github/workflows/integration-mysql.yml
  2. 2
      .github/workflows/phpunit-mysql.yml

2
.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

2
.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

Loading…
Cancel
Save