Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/client/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/client/routes.py')
-rw-r--r--sugar_network/client/routes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar_network/client/routes.py b/sugar_network/client/routes.py
index 11b3fce..c4f5edb 100644
--- a/sugar_network/client/routes.py
+++ b/sugar_network/client/routes.py
@@ -360,6 +360,7 @@ class ClientRoutes(model.Routes, journal.Routes):
while True:
try:
handshake(url)
+ timeout = _RECONNECT_TIMEOUT
if self._no_subscription:
return
pull_events()