changeset 1628:e9936fcfaf91

plugin 0047: increased timeout to 120s
author Goffi <goffi@goffi.org>
date Thu, 19 Nov 2015 18:15:27 +0100
parents 5a641e7b858a
children a34d7f621944
files src/plugins/plugin_xep_0047.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0047.py	Thu Nov 19 18:13:26 2015 +0100
+++ b/src/plugins/plugin_xep_0047.py	Thu Nov 19 18:15:27 2015 +0100
@@ -47,7 +47,7 @@
 IBB_CLOSE = IQ_SET + '/close[@xmlns="' + NS_IBB + '" and @sid="{}"]'
 IBB_IQ_DATA = IQ_SET + '/data[@xmlns="' + NS_IBB + '" and @sid="{}"]'
 IBB_MESSAGE_DATA = MESSAGE + '/data[@xmlns="' + NS_IBB + '" and @sid="{}"]'
-TIMEOUT = 60  # timeout for workflow
+TIMEOUT = 120  # timeout for workflow
 DEFER_KEY = 'finished' # key of the deferred used to track session end
 
 PLUGIN_INFO = {