From 0b50cb5e8436c2878250c2942cdd3a13052cb71c Mon Sep 17 00:00:00 2001 From: Sandon Van Ness Date: Tue, 23 Apr 2013 10:35:37 -0700 Subject: [PATCH] Increase IPMI attempts to try to get around Flakey IPMI. Signed-off-by: Sandon Van Ness Reviewed-by: Sam Lang --- teuthology/orchestra/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/orchestra/remote.py b/teuthology/orchestra/remote.py index 9bc5bcda39f87..f6aa9672e118a 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 -- 2.39.5