forked from M-Labs/artiq
worker: Windows VMs are slow, increase send_timeout
This commit is contained in:
parent
a4fb8f3e53
commit
5076c85ed6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue