From 5076c85ed63f071a3ca63872e4673bcc6a4ee6ed Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 27 Jan 2016 21:15:22 +0100 Subject: [PATCH] worker: Windows VMs are slow, increase send_timeout --- artiq/master/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/master/worker.py b/artiq/master/worker.py index c0c5c95a1..fb1752aed 100644 --- a/artiq/master/worker.py +++ b/artiq/master/worker.py @@ -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