Skip to content

Commit bf3c3cd

Browse files
committedJul 3, 2016
worker: increase send_timeout (Windows can be really slow)
1 parent e116d75 commit bf3c3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎artiq/master/worker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def log_worker_exception():
4141

4242

4343
class Worker:
44-
def __init__(self, handlers=dict(), send_timeout=2.0):
44+
def __init__(self, handlers=dict(), send_timeout=10.0):
4545
self.handlers = handlers
4646
self.send_timeout = send_timeout
4747

0 commit comments

Comments
 (0)
Please sign in to comment.