From 75c2fb1fff73445683fc7a50b9d2c27640e3b60d Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:23:20 +0000 Subject: [PATCH] fix: reduce l1 deploy retry time --- spartan/aztec-network/files/config/deploy-l1-contracts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spartan/aztec-network/files/config/deploy-l1-contracts.sh b/spartan/aztec-network/files/config/deploy-l1-contracts.sh index 425133b4d1b..0df31caf20e 100755 --- a/spartan/aztec-network/files/config/deploy-l1-contracts.sh +++ b/spartan/aztec-network/files/config/deploy-l1-contracts.sh @@ -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