mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
worker: increase send_timeout (Windows can be really slow)
This commit is contained in:
parent
6ee0f65b12
commit
4c8a8357b0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user