Skip to content

Commit

Permalink
Merge pull request #45969 from nextcloud/ci/phpunit-mysql/more-retries
Browse files Browse the repository at this point in the history
ci(phpunit-mysql): increase mysql health check retries
  • Loading branch information
st3iny authored Jun 19, 2024
2 parents 30babfc + ddf1d3e commit 42fa007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42fa007

Please sign in to comment.