From 10b6fe092cbd6772e2044c08e05c6393fc0a9a00 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 27 May 2024 10:50:16 -0400 Subject: [PATCH] fix(tests): Try to fix phpunit-mysql healthcheck vs runner poll conflict Signed-off-by: Josh --- .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 47329f92db0..13bcca63667 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -77,7 +77,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 2s --health-timeout 2s --health-retries 5 steps: - name: Checkout server