disable ping again

pull/16/head
Sebastien Bourdeauducq 2019-02-19 01:10:07 +08:00
parent 5dda10720f
commit bd3b6aa0b8
1 changed files with 3 additions and 2 deletions

View File

@ -21,9 +21,10 @@ 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")
# ping: socket: Operation not permitted
#run("ping", "kc705-1", "-c10", "-w30")
env = {
"ARTIQ_ROOT": artiq.__path__ + "/examples/kc705_nist_clock",