From 278a241db33491241d74ff63c2f1773f5a6c7a6b Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Mon, 21 Jun 2021 21:20:18 -0600 Subject: [PATCH] ci: give localnet nodes a more time to startup --- 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 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