Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pc_rpc: increase firstcon_timeout to 1 s
let's see whether this is enough on windows: http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/258/steps/python_unittest/logs/stdio test_attenuation (artiq.test.test_lda.TestLda) ... first connection attempt to ::1:3253[<class 'artiq.protocols.pc_rpc.AutoTarget'>] failed, retrying in the background Traceback (most recent call last): File "c:\slave64\artiq-win64-test\build\artiq\protocols\pc_rpc.py", line 301, in __init__ self.__coninit(firstcon_timeout) File "c:\slave64\artiq-win64-test\build\artiq\protocols\pc_rpc.py", line 317, in __coninit (self.__host, self.__port), timeout) File "c:\slave64\miniconda\envs\buildbot-artiq-win64-test-258\lib\socket.py", line 711, in create_connection raise err File "c:\slave64\miniconda\envs\buildbot-artiq-win64-test-258\lib\socket.py", line 702, in create_connection sock.connect(sa) socket.timeout: timed out