2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 13:13:34 +08:00

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

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