artiq/artiq
Robert Jördens c0d59140fe 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
2016-07-13 18:45:57 +02:00
..
applets applets/plot_xy: use numpy array for default X axis. Closes #458 2016-05-30 22:48:32 -05:00
browser browser: port ae914d2 2016-07-09 19:13:22 +02:00
compiler ir: `invoke` is a valid `delay` decomposition. 2016-07-13 08:48:31 +00:00
coredevice compiler: add basic numpy array support (#424). 2016-07-06 09:51:57 +00:00
dashboard dashboard: simplify dataset editing code 2016-07-03 12:23:56 +08:00
devices use recommended asyncio.ensure_future instead of asyncio.Task 2016-05-22 16:36:29 -07:00
examples require Python 3.5.2, remove monkey patches 2016-07-07 14:55:21 +08:00
frontend browser: permanently show results' metadata, closes #471 2016-07-09 18:29:01 +02:00
gateware rtio: do not reset DDS and SPI PHYs on RTIO reset (#503) 2016-07-09 10:07:19 +08:00
gui dashboard: add button to disable other scans 2016-06-15 19:06:04 +08:00
language worker: also return DummyDevice from ExamineDeviceMgr 2016-07-09 16:53:28 +02:00
master worker_impl: style 2016-07-09 16:58:19 +02:00
protocols pc_rpc: increase firstcon_timeout to 1 s 2016-07-13 18:45:57 +02:00
runtime runtime: update ppp code for lwip 2.0.0. 2016-07-08 09:27:15 +00:00
sim sim: align API closer to non-sim 2016-02-23 21:01:03 +01:00
test Revert "test/ctlmgr: keep trying to ping on OSError" 2016-07-09 08:59:47 +08:00
wavesynth wavesynth: silence is a channel property (closes #348) 2016-04-07 21:51:29 +08:00
__init__.py artiq_dir: move out of tools to unlink dependencies 2016-01-25 18:15:50 -07:00
_version.py versioneer: remote tag_prefix = v 2016-01-18 21:28:09 -07:00
experiment.py artiq.experiment: merge language and coredevice namespaces 2016-01-25 17:24:00 -07:00
monkey_patches.py monkey-patch Python 3.5.2 to disable broken asyncio.base_events._ipaddr_info optimization (#506) 2016-07-13 11:35:16 +08:00
tools.py short_format: cover a few more numpy types correctly 2016-05-22 16:53:39 +02:00