diff options
Diffstat (limited to 'module/CaptchaManager.py')
-rw-r--r-- | module/CaptchaManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/CaptchaManager.py b/module/CaptchaManager.py index 1520bb1b9..8296fb9c6 100644 --- a/module/CaptchaManager.py +++ b/module/CaptchaManager.py @@ -63,7 +63,7 @@ class CaptchaManager(): if cli: #client connected -> should solve the captcha self.tasks.append(task) - task.setWaiting(40) #wait 40 sec for response + task.setWaiting(50) #wait 50 sec for response for plugin in self.core.hookManager.activePlugins(): try: |