From: Sandon Van Ness Date: Tue, 23 Apr 2013 17:35:37 +0000 (-0700) Subject: Increase IPMI attempts to try to get around Flakey IPMI. X-Git-Tag: 1.1.0~2167^2~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0b50cb5e8436c2878250c2942cdd3a13052cb71c;p=teuthology.git Increase IPMI attempts to try to get around Flakey IPMI. Signed-off-by: Sandon Van Ness Reviewed-by: Sam Lang --- diff --git a/teuthology/orchestra/remote.py b/teuthology/orchestra/remote.py index 9bc5bcda3..f6aa9672e 100644 --- a/teuthology/orchestra/remote.py +++ b/teuthology/orchestra/remote.py @@ -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