Skip to content

Commit

Permalink
fix: increased retries, so mariadb won't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko committed Feb 16, 2024
1 parent 45a6d67 commit c02695a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/synth-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
--health-cmd="mysqladmin ping"
--health-interval=10s
--health-timeout=5s
--health-retries=3
--health-retries=5
strategy:
matrix:
include:
Expand Down

0 comments on commit c02695a

Please sign in to comment.