diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2024-06-19 12:36:16 +0200 |
---|---|---|
committer | Richard Steinmetz <richard@steinmetz.cloud> | 2024-06-19 12:36:16 +0200 |
commit | ddf1d3e7ac8f537ca5fca22af907c82bba2f5570 (patch) | |
tree | 97d615e22b8bbf4e3f19bf2ced7360cabd6cc2fc /.github | |
parent | 4e840fb17aefdc046dd3f7a0cca3eb15930ff9b4 (diff) | |
download | nextcloud-server-ddf1d3e7ac8f537ca5fca22af907c82bba2f5570.tar.gz nextcloud-server-ddf1d3e7ac8f537ca5fca22af907c82bba2f5570.zip |
ci(phpunit-mysql): increase mysql health check retries
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/phpunit-mysql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index cecc22e1c00..f0d318c8c3b 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -80,7 +80,7 @@ jobs: MYSQL_USER: oc_autotest MYSQL_PASSWORD: nextcloud MYSQL_DATABASE: oc_autotest - 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: Checkout server |