Fix issue with reset_idrac on some servers

This patch increases the amount of time to sleep before checking to see
if the iDRAC is ready following a reset to 60 seconds. 30 seconds was
too short for some servers.

Change-Id: I9252a2d56b852f72efcf571bf7d8e70cbb7cd874
(cherry picked from commit 1aaaf93f7c)
This commit is contained in:
Christopher Dearborn 2020-08-03 09:34:22 -04:00
parent 7be050e66f
commit 1b39de82b9
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class DRACClient(object):
return self._idrac_cfg.set_idrac_settings(settings, idrac_fqdd)
def reset_idrac(self, force=False, wait=False,
ready_wait_time=30):
ready_wait_time=60):
"""Resets the iDRAC and optionally block until reset is complete.
:param force: does a force reset when True and a graceful reset when