From ddf1d3e7ac8f537ca5fca22af907c82bba2f5570 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Wed, 19 Jun 2024 12:36:16 +0200 Subject: [PATCH] ci(phpunit-mysql): increase mysql health check retries Signed-off-by: Richard Steinmetz --- .github/workflows/phpunit-mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index cecc22e1c0005..f0d318c8c3b9e 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