Skip to content

Commit

Permalink
Update timeout delay for test service
Browse files Browse the repository at this point in the history
  • Loading branch information
obrassard committed Feb 28, 2024
1 parent 0949749 commit 7bdfd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
MYSQL_DATABASE: ${MYSQL_DATABASE}
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
# interval: 2s
interval: 10s
timeout: 10s
retries: 10
test:
Expand Down

0 comments on commit 7bdfd31

Please sign in to comment.