Message ID | 20111118031123.17954.19899.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/connection.py' --- lava_dispatcher/connection.py 2011-10-27 06:12:13 +0000 +++ lava_dispatcher/connection.py 2011-11-18 03:09:38 +0000 @@ -68,7 +68,7 @@ # set soft reboot timeout 120s, or do a hard reset logging.info("Rebooting the system") id = self.proc.expect( - ['Will now restart', pexpect.TIMEOUT], timeout=120) + ['Restarting system.', pexpect.TIMEOUT], timeout=120) if id != 0: self.hard_reboot()