aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2024-06-19 14:57:06 +0200
committerGitHub <noreply@github.com>2024-06-19 14:57:06 +0200
commit42fa0072046b3258062b50dbbd29110adefa1d71 (patch)
tree90cfa0a3b8c773ba0b77f7c85902a90e008b3d03 /.github
parent30babfcb2c183dcab64ab6b522e6ccca4651c232 (diff)
parentddf1d3e7ac8f537ca5fca22af907c82bba2f5570 (diff)
downloadnextcloud-server-42fa0072046b3258062b50dbbd29110adefa1d71.tar.gz
nextcloud-server-42fa0072046b3258062b50dbbd29110adefa1d71.zip
Merge pull request #45969 from nextcloud/ci/phpunit-mysql/more-retries
ci(phpunit-mysql): increase mysql health check retries
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit-mysql.yml2
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