forked from M-Labs/artiq
flake: sleep longer before running HITL tests to allow for clock switch and reboot
This commit is contained in:
parent
29cb7e785d
commit
69bf2dfb81
|
@ -486,7 +486,7 @@
|
||||||
read LOCK_OK
|
read LOCK_OK
|
||||||
|
|
||||||
artiq_flash -t kc705 -H rpi-1 -d ${packages.x86_64-linux.artiq-board-kc705-nist_clock}
|
artiq_flash -t kc705 -H rpi-1 -d ${packages.x86_64-linux.artiq-board-kc705-nist_clock}
|
||||||
sleep 15
|
sleep 30
|
||||||
|
|
||||||
export ARTIQ_ROOT=`python -c "import artiq; print(artiq.__path__[0])"`/examples/kc705_nist_clock
|
export ARTIQ_ROOT=`python -c "import artiq; print(artiq.__path__[0])"`/examples/kc705_nist_clock
|
||||||
export ARTIQ_LOW_LATENCY=1
|
export ARTIQ_LOW_LATENCY=1
|
||||||
|
|
Loading…
Reference in New Issue