diff --git a/scripts/start-op-geth.sh b/scripts/start-op-geth.sh index 3980d01..7e1ce45 100755 --- a/scripts/start-op-geth.sh +++ b/scripts/start-op-geth.sh @@ -4,7 +4,7 @@ set -eou # Wait for the Bedrock flag for this network to be set. while [ ! -f /shared/initialized.txt ]; do echo "Waiting for Bedrock node to initialize..." - sleep 60 + sleep 1 done if [ -z "${IS_CUSTOM_CHAIN+x}" ]; then diff --git a/scripts/start-op-node.sh b/scripts/start-op-node.sh index d26d4a2..93e795c 100755 --- a/scripts/start-op-node.sh +++ b/scripts/start-op-node.sh @@ -4,7 +4,7 @@ set -eou # Wait for the Bedrock flag for this network to be set. while [ ! -f /shared/initialized.txt ]; do echo "Waiting for Bedrock node to initialize..." - sleep 60 + sleep 1 done if [ -n "${IS_CUSTOM_CHAIN+x}" ]; then