ci: give localnet nodes a more time to startup
(cherry picked from commit 278a241db3
)
This commit is contained in:
committed by
Trent Nelson
parent
98e1c68a70
commit
940dbe99e9
@ -127,7 +127,7 @@ startNode() {
|
|||||||
waitForNodeToInit() {
|
waitForNodeToInit() {
|
||||||
declare initCompleteFile=$1
|
declare initCompleteFile=$1
|
||||||
while [[ ! -r $initCompleteFile ]]; do
|
while [[ ! -r $initCompleteFile ]]; do
|
||||||
if [[ $SECONDS -ge 240 ]]; then
|
if [[ $SECONDS -ge 300 ]]; then
|
||||||
echo "^^^ +++"
|
echo "^^^ +++"
|
||||||
echo "Error: $initCompleteFile not found in $SECONDS seconds"
|
echo "Error: $initCompleteFile not found in $SECONDS seconds"
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user