Increase service start time to 10s

This commit is contained in:
Joshua Boniface 2023-10-23 22:24:03 -04:00
parent c858ae8fed
commit 0769f1ea52
1 changed files with 2 additions and 2 deletions

View File

@ -77,5 +77,5 @@ def start_system_services(logger, config):
start_ceph_mon(logger, config)
start_ceph_mgr(logger, config)
logger.out("Waiting 3 seconds for daemons to start", state="s")
sleep(3)
logger.out("Waiting 10 seconds for daemons to start", state="s")
sleep(10)