summary |
shortlog |
log |
commit | commitdiff |
review |
tree
raw |
patch |
inline | side by side (from parent 1:
c00954e)
Bump timeout from 180 seconds to 360 to accomodate slower BMC responses
on some targets, e.g. Ampere POD1 in UNH Akraino lab.
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Change-Id: I656964acf4eb26df7a8a1a192938f47f31dc523e
self._run_ipmitool_command('bmc reset cold')
self._run_ipmitool_command('bmc reset cold')
- success = self._wait_for_bmc_reset(180)
+ success = self._wait_for_bmc_reset(360)
if not success:
raise BMCException('BMC reset failed, BMC did not come up')
if not success:
raise BMCException('BMC reset failed, BMC did not come up')