Skip to content

Commit

Permalink
worker: Windows VMs are slow, increase send_timeout
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jan 27, 2016
1 parent a4fb8f3 commit 5076c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/master/worker.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5076c85

Please sign in to comment.