]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Increase IPMI attempts to try to get around Flakey IPMI.
authorSandon Van Ness <sandon@inktank.com>
Tue, 23 Apr 2013 17:35:37 +0000 (10:35 -0700)
committerSandon Van Ness <sandon@inktank.com>
Tue, 23 Apr 2013 18:22:52 +0000 (11:22 -0700)
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
Reviewed-by: Sam Lang <sam.lang@inktank.com>
teuthology/orchestra/remote.py

index 9bc5bcda39f876ac1558615b4e402b1a7ef1d098..f6aa9672e118a7cce11b4760f8ec6f0fa24490b3 100644 (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