Merge lp:~alecu/ubuntuone-client/increase-tunnel-timeout into lp:ubuntuone-client

Proposed by Alejandro J. Cura
Status: Merged
Approved by: Brian Curtin
Approved revision: 1252
Merged at revision: 1252
Proposed branch: lp:~alecu/ubuntuone-client/increase-tunnel-timeout
Merge into: lp:ubuntuone-client
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntuone/proxy/tunnel_client.py (+1/-1)
To merge this branch: bzr merge lp:~alecu/ubuntuone-client/increase-tunnel-timeout
Reviewer Review Type Date Requested Status
Brian Curtin (community) Approve
dobey (community) Approve
Review via email: mp+108280@code.launchpad.net

Commit message

- Give the tunnel process a bit more time to account for dns resolving. (LP: #1006899)

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
Brian Curtin (brian.curtin) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/proxy/tunnel_client.py'
2--- ubuntuone/proxy/tunnel_client.py 2012-04-09 20:08:42 +0000
3+++ ubuntuone/proxy/tunnel_client.py 2012-06-01 04:15:25 +0000
4@@ -143,7 +143,7 @@
5 class TunnelProcessProtocol(protocol.ProcessProtocol):
6 """The dialog thru stdout with the tunnel server."""
7
8- timeout = 5
9+ timeout = 30
10
11 def __init__(self, client_d):
12 """Initialize this protocol."""

Subscribers

People subscribed via source and target branches