Bump up startup waits slightly

Ensures there's more time for daemons (specifically Zookeeper) to start
up and synchronize between nodes.
This commit is contained in:
2024-10-15 11:10:23 -04:00
parent 49bf51da38
commit 962fba7621
2 changed files with 4 additions and 4 deletions

View File

@ -189,5 +189,5 @@ def setup_node(logger, config, zkhandler):
]
)
logger.out("Waiting 3 seconds for Zookeeper to synchronize", state="s")
time.sleep(3)
logger.out("Waiting 5 seconds for Zookeeper to synchronize", state="s")
time.sleep(5)