diff --git a/ci/localnet-sanity.sh b/ci/localnet-sanity.sh index d5dbf12a56..f827c0443f 100755 --- a/ci/localnet-sanity.sh +++ b/ci/localnet-sanity.sh @@ -127,7 +127,7 @@ startNode() { waitForNodeToInit() { declare initCompleteFile=$1 while [[ ! -r $initCompleteFile ]]; do - if [[ $SECONDS -ge 240 ]]; then + if [[ $SECONDS -ge 300 ]]; then echo "^^^ +++" echo "Error: $initCompleteFile not found in $SECONDS seconds" exit 1