diff options
-rw-r--r-- | sleekxmpp/xmlstream/xmlstream.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |