Skip to content

Commit

Permalink
worker: increase send_timeout (Windows can be really slow)
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jul 3, 2016
1 parent e116d75 commit bf3c3cd
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
@@ -41,7 +41,7 @@ def log_worker_exception():


class Worker:
def __init__(self, handlers=dict(), send_timeout=2.0):
def __init__(self, handlers=dict(), send_timeout=10.0):
self.handlers = handlers
self.send_timeout = send_timeout

0 comments on commit bf3c3cd

Please sign in to comment.