worker: Windows VMs are slow, increase send_timeout

This commit is contained in:
Sebastien Bourdeauducq 2016-01-27 21:15:22 +01:00
parent a4fb8f3e53
commit 5076c85ed6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def log_worker_exception():
class Worker:
def __init__(self, handlers=dict(), send_timeout=0.5):
def __init__(self, handlers=dict(), send_timeout=1.0):
self.handlers = handlers
self.send_timeout = send_timeout