fix(tests): Try to fix phpunit-mysql healthcheck vs runner poll conflict

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2024-05-27 10:50:16 -04:00 committed by GitHub
parent d87c23242b
commit 10b6fe092c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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