mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
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:
parent
d87c23242b
commit
10b6fe092c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/phpunit-mysql.yml
vendored
2
.github/workflows/phpunit-mysql.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue