From 98cc648ca2931d9070de8448cb557ec9a54e8ce6 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 9bc5bcda39f..f6aa9672e11 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