From: Zack Cerza Date: Tue, 16 Aug 2016 21:09:27 +0000 (-0600) Subject: PhysicalConsole.power_cycle(): use timeout=300 X-Git-Tag: 1.1.0~548^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=13f8c199297e2a4c6c77f02ee1fb1d9322075d28;p=teuthology.git PhysicalConsole.power_cycle(): use timeout=300 Signed-off-by: Zack Cerza --- diff --git a/teuthology/orchestra/console.py b/teuthology/orchestra/console.py index 8e011688f9..7b965e74f7 100644 --- a/teuthology/orchestra/console.py +++ b/teuthology/orchestra/console.py @@ -133,7 +133,7 @@ class PhysicalConsole(): log.info('Power cycling {s}'.format(s=self.shortname)) child = self._exec('power cycle') child.expect('Chassis Power Control: Cycle', timeout=self.timeout) - self._wait_for_login() + self._wait_for_login(timeout=300) log.info('Power cycle for {s} completed'.format(s=self.shortname)) def hard_reset(self):