Skip to content

Commit

Permalink
chore: increase boltz-client healthcheck retries for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeast committed Aug 2, 2024
1 parent c2cce28 commit e7c25a6
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 @@ -153,7 +153,7 @@ services:
test: ["CMD", "boltzcli", "--host", "boltz-client", "getinfo"]
interval: 5s
timeout: 3s
retries: 3
retries: 10
start_period: 0s
volumes:
- cln2-data:/root/.lightning
Expand Down

0 comments on commit e7c25a6

Please sign in to comment.