Skip to content

Commit

Permalink
Relax docker compose healthchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillem committed Feb 15, 2024
1 parent f48f225 commit 4b44bb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions test/docker-compose-tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ services:

healthcheck:
test: rabbitmq-diagnostics -q ping
interval: 2s
interval: 5s
timeout: 20s
retries: 100
start_period: 100ms
retries: 6
start_period: 30s
volumes:
- .:/etc/rabbitmq
6 changes: 3 additions & 3 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:

healthcheck:
test: rabbitmq-diagnostics -q ping
interval: 2s
interval: 5s
timeout: 20s
retries: 100
start_period: 100ms
retries: 6
start_period: 30s

0 comments on commit 4b44bb8

Please sign in to comment.