Skip to content

Commit 42fa007

Browse files
authored
Merge pull request #45969 from nextcloud/ci/phpunit-mysql/more-retries
ci(phpunit-mysql): increase mysql health check retries
2 parents 30babfc + ddf1d3e commit 42fa007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
MYSQL_USER: oc_autotest
8181
MYSQL_PASSWORD: nextcloud
8282
MYSQL_DATABASE: oc_autotest
83-
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
83+
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 10
8484

8585
steps:
8686
- name: Checkout server

0 commit comments

Comments
 (0)