diff --git a/ci/localnet-sanity.sh b/ci/localnet-sanity.sh index 9b2d3ae84..544ed05fe 100755 --- a/ci/localnet-sanity.sh +++ b/ci/localnet-sanity.sh @@ -127,7 +127,7 @@ waitForAllNodesToInit() { SECONDS= for initCompleteFile in "${initCompleteFiles[@]}"; do while [[ ! -r $initCompleteFile ]]; do - if [[ $SECONDS -ge 30 ]]; then + if [[ $SECONDS -ge 240 ]]; then echo "^^^ +++" echo "Error: $initCompleteFile not found in $SECONDS seconds" exit 1