Lower initial wait time to 30s

This commit is contained in:
Joshua Boniface 2023-09-01 19:23:22 +00:00
parent ed0ab06d2c
commit 9e0e2f0c76
1 changed files with 2 additions and 2 deletions

View File

@ -715,8 +715,8 @@ def redfish_init(config, cspec, data):
cspec_hostname = cspec_node["node"]["hostname"]
cspec_fqdn = cspec_node["node"]["fqdn"]
logger.info("Waiting 60 seconds for system normalization")
sleep(60)
logger.info("Waiting 30 seconds for system normalization")
sleep(30)
notifications.send_webhook(config, "begin", f"Cluster {cspec_cluster}: Beginning Redfish initialization of host {cspec_fqdn}")