Skip to content

Commit

Permalink
Change the retries/interval.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley committed Jul 21, 2023
1 parent 5cbc10b commit 98eec26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
MYSQL_PASSWORD: drupal
options: >-
--health-cmd="mysqladmin ping"
--health-interval=30s
--health-interval=10s
--health-timeout=5s
--health-retries=10
--health-retries=30
steps:
- name: Install Drupal
Expand Down

0 comments on commit 98eec26

Please sign in to comment.