Skip to content

Commit

Permalink
try failure threshold -> 6
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Jan 7, 2025
1 parent 160c78e commit f09ffdd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ processes:
readiness_probe:
exec:
command: docker ps --filter name=demo-l1-network --format "{{.Status}}" | grep -q "healthy"
period_seconds: 2
timeout_seconds: 10
failure_threshold: 60
failure_threshold: 6
initial_delay_seconds: 20

deploy-sequencer-contracts:
# The contract addresses are implicitly inherited from .env. We need to unset these or else the
Expand Down

0 comments on commit f09ffdd

Please sign in to comment.