Increase IPMI attempts to try to get around Flakey IPMI.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
Reviewed-by: Sam Lang <sam.lang@inktank.com>
This commit is contained in:
Sandon Van Ness 2013-04-23 10:35:37 -07:00
parent 86ad464f3c
commit 98cc648ca2

View File

@ -127,7 +127,7 @@ class RemoteConsole(object):
if r != 0:
self._exec('sol deactivate')
def _wait_for_login(self, timeout=None, attempts=3):
def _wait_for_login(self, timeout=None, attempts=6):
log.debug('Waiting for login prompt on {s}'.format(s=self.shortname))
# wait for login prompt to indicate boot completed
t = timeout