We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30babfc + ddf1d3e commit 42fa007Copy full SHA for 42fa007
.github/workflows/phpunit-mysql.yml
@@ -80,7 +80,7 @@ jobs:
80
MYSQL_USER: oc_autotest
81
MYSQL_PASSWORD: nextcloud
82
MYSQL_DATABASE: oc_autotest
83
- 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
84
85
steps:
86
- name: Checkout server
0 commit comments