Skip to content

Commit

Permalink
Try with more health retries
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Apr 2, 2024
1 parent 2df5c43 commit 885e40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
MARIADB_DATABASE: test_database
MARIADB_ROOT_PASSWORD: password
ports: ["3306:3306"]
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=5
steps:
- uses: actions/checkout@v3
- name: Wait for MariaDB
Expand Down

0 comments on commit 885e40c

Please sign in to comment.