Skip to content

Commit

Permalink
build: increase retries for slow hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Vergez committed Dec 18, 2023
1 parent a728331 commit c5dc5b5
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 @@ -39,7 +39,7 @@ services:
test: ["CMD-SHELL", "pg_isready -U ${DB_USER:-dbuser} -d ${DB_NAME:-dbname} -h 127.0.0.1"]
interval: 5s
timeout: 5s
retries: 3
retries: 5
start_period: 20s
networks:
- kane
Expand Down

0 comments on commit c5dc5b5

Please sign in to comment.