From 970089ca91aeb26997e9469d33b9f75721335e4a Mon Sep 17 00:00:00 2001 From: Lucas B Date: Thu, 16 Jan 2025 15:06:47 -0600 Subject: [PATCH] make localnet wait longer --- ci/localnet-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/localnet-sanity.sh b/ci/localnet-sanity.sh index 3a301e4b31..700b087a7d 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 300 ]]; then + if [[ $SECONDS -ge 600 ]]; then echo "^^^ +++" echo "Error: $initCompleteFile not found in $SECONDS seconds" exit 1