Message ID | 20120717200411.10023.85211.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/client/base.py' --- lava_dispatcher/client/base.py 2012-07-04 03:38:44 +0000 +++ lava_dispatcher/client/base.py 2012-07-17 20:02:17 +0000 @@ -457,7 +457,9 @@ else: logging.info("Skip raising exception on the home screen has not displayed for health check jobs") - session.run('/system/bin/disablesuspend.sh') + # we need to deal with the time the "input keyevent 82" takes + # 240: for fastmodels, 120 failed, 180 failed some + session.run('/system/bin/disablesuspend.sh', timeout=240) def _enable_network(self): session = TesterCommandRunner(self, wait_for_rc=False)