Skip to content

Commit

Permalink
Raise mysql service health check retries
Browse files Browse the repository at this point in the history
This service takes for ever to start
  • Loading branch information
tvdeyen committed Apr 22, 2020
1 parent b2b7bf2 commit 7282376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
MYSQL_PASSWORD: password
MYSQL_DATABASE: alchemy_cms_dummy_test
MYSQL_ROOT_PASSWORD: password
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
Expand Down

0 comments on commit 7282376

Please sign in to comment.