Skip to content

Commit

Permalink
Merge pull request #4311 from opsmill/fac-fix-codespaces-start
Browse files Browse the repository at this point in the history
fix(codespaces): increase healthcheck retries for database
  • Loading branch information
fatih-acar authored Sep 10, 2024
2 parents 272b955 + 3cdfb37 commit bf71dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/docker-compose-database-neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
test: wget http://localhost:7474 || exit 1
interval: 2s
timeout: 10s
retries: 20
retries: 40
start_period: 3s
labels:
infrahub_role: "database"
Expand Down

0 comments on commit bf71dd7

Please sign in to comment.