From 6aa80e431dd5f177fe2e2efa354acfa994210fd0 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Wed, 23 Jan 2019 15:06:08 -0800 Subject: [PATCH] increase startup timeout for localnet sanity (#2534) --- 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 9b2d3ae84d..544ed05fec 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