boost delay for node boot-up

This commit is contained in:
Jude Nelson
2021-01-12 14:31:13 -05:00
parent 284ad83380
commit d9714946f8

View File

@@ -414,7 +414,7 @@ wait_node() {
;;
esac
local CNT=0
for CNT in $(seq 1 120); do
for CNT in $(seq 1 360); do
curl -sLf "http://$RPC_HOST:$RPC_PORT/v2/info" >/dev/null 2>&1
if [ $? -eq 0 ]; then
return 0