ci(phpunit-mysql): increase mysql health check retries

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
pull/45969/head
Richard Steinmetz 2 years ago
parent 4e840fb17a
commit ddf1d3e7ac
No known key found for this signature in database
GPG Key ID: 27137D9E7D273FB2
  1. 2
      .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

Loading…
Cancel
Save