Up the timeout to 30sec instead of 10sec.

This commit is contained in:
Lance Stout 2011-08-18 01:10:25 -07:00
parent 592c25f352
commit e86e6eae81

View file

@ -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