Message ID | 20130103002114.29511.57935.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/actions/lava_test_shell.py' --- lava_dispatcher/actions/lava_test_shell.py 2012-12-11 00:23:15 +0000 +++ lava_dispatcher/actions/lava_test_shell.py 2013-01-02 22:30:20 +0000 @@ -490,6 +490,8 @@ with target.runner() as runner: start = time.time() + if timeout == -1: + timeout = runner._connection.timeout initial_timeout = timeout while self._keep_running(runner, timeout, signal_director): elapsed = time.time() - start