Increase service start time to 10s
This commit is contained in:
parent
c858ae8fed
commit
0769f1ea52
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue