Merge "add launchpadlib timeout"

This commit is contained in:
Jenkins 2014-04-23 19:52:56 +00:00 committed by Gerrit Code Review
commit 281ddcd33f

View File

@ -117,7 +117,8 @@ class RecheckWatch(threading.Thread):
self.key = key
self.lp = launchpad.Launchpad.login_anonymously('grabbing bugs',
'production',
LPCACHEDIR)
LPCACHEDIR,
timeout=60)
def display(self, channel, event):
display = False