ping command not available, skip for now

pull/16/head
Sebastien Bourdeauducq 2019-02-19 00:53:14 +08:00
parent 1b9272b153
commit 5d209faf80
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ with open(hydra_log, "w") as log:
run("artiq_flash", "-t", "kc705", "-V", "nist_clock")
time.sleep(10)
time.sleep(15)
run("ping", "kc705-1", "-c10", "-w30")
#run("ping", "kc705-1", "-c10", "-w30")
env = {
"ARTIQ_ROOT": artiq.__path__ + "/examples/kc705_nist_clock",