Merge lp:~le-chi-thu/lava-dispatcher/fix-lava-test-install-timeout into lp:lava-dispatcher

Proposed by Le Chi Thu
Status: Merged
Merged at revision: 205
Proposed branch: lp:~le-chi-thu/lava-dispatcher/fix-lava-test-install-timeout
Merge into: lp:lava-dispatcher
Diff against target: 12 lines (+1/-1)
1 file modified
lava_dispatcher/client/master.py (+1/-1)
To merge this branch: bzr merge lp:~le-chi-thu/lava-dispatcher/fix-lava-test-install-timeout
Reviewer Review Type Date Requested Status
Michael Hudson-Doyle (community) Approve
Review via email: mp+90250@code.launchpad.net

Description of the change

Pass on timeout. Fixed lava-test-install timeout issue

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Good spot!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_dispatcher/client/master.py'
2--- lava_dispatcher/client/master.py 2012-01-19 09:40:30 +0000
3+++ lava_dispatcher/client/master.py 2012-01-26 10:20:28 +0000
4@@ -219,7 +219,7 @@
5 self._prefix = prefix
6
7 def run(self, cmd, response=None, timeout=-1):
8- return super(PrefixCommandRunner, self).run(self._prefix + cmd)
9+ return super(PrefixCommandRunner, self).run(self._prefix + cmd, response, timeout)
10
11
12 class MasterCommandRunner(NetworkCommandRunner):

Subscribers

People subscribed via source and target branches