Skip to content

Commit

Permalink
fix(spartan): reduce l1 deploy retry time (#11591)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Jan 29, 2025
1 parent f7da324 commit fdabeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spartan/aztec-network/files/config/deploy-l1-contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CHAIN_ID=$2
# Run the deploy-l1-contracts command and capture the output
output=""
MAX_RETRIES=5
RETRY_DELAY=60
RETRY_DELAY=15

for attempt in $(seq 1 $MAX_RETRIES); do
# Construct base command
Expand Down

0 comments on commit fdabeda

Please sign in to comment.