diff --git a/artiq/protocols/pc_rpc.py b/artiq/protocols/pc_rpc.py index 1f56481b2..22a1b0131 100644 --- a/artiq/protocols/pc_rpc.py +++ b/artiq/protocols/pc_rpc.py @@ -289,7 +289,7 @@ class BestEffortClient: in the background. """ def __init__(self, host, port, target_name, - firstcon_timeout=0.5, retry=5.0): + firstcon_timeout=1.0, retry=5.0): self.__host = host self.__port = port self.__target_name = target_name