From e86e6eae81f42985036b7a636658ab68b6c6aa74 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Thu, 18 Aug 2011 01:10:25 -0700 Subject: Up the timeout to 30sec instead of 10sec. --- sleekxmpp/xmlstream/xmlstream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp/xmlstream') diff --git a/sleekxmpp/xmlstream/xmlstream.py b/sleekxmpp/xmlstream/xmlstream.py index ca8b5b6e..3b2b2f4c 100644 --- a/sleekxmpp/xmlstream/xmlstream.py +++ b/sleekxmpp/xmlstream/xmlstream.py @@ -45,7 +45,7 @@ else: # The time in seconds to wait before timing out waiting for response stanzas. -RESPONSE_TIMEOUT = 10 +RESPONSE_TIMEOUT = 30 # The number of threads to use to handle XML stream events. This is not the # same as the number of custom event handling threads. HANDLER_THREADS must -- cgit v1.2.3