Skip to content
Snippets Groups Projects
Commit a5b04bfd authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Increased the sleep period from 60 to 180 seconds, which is required when the

 remote commands (e.g. flashing all dish FNs) take longer than the local XC
 commands (e.g. flashing only a single UniBoard).
parent 4a987fa1
Branches
No related tags found
No related merge requests found
...@@ -107,7 +107,8 @@ else: ...@@ -107,7 +107,8 @@ else:
############################################################################### ###############################################################################
# Wait until remote dish commands are done # Wait until remote dish commands are done
############################################################################### ###############################################################################
time.sleep(60) print "Sleeping for 180 seconds...assuming dishes are ready after that"
time.sleep(180)
############################################################################### ###############################################################################
# Reset the XAUI cores in the front end Apertif beam former # Reset the XAUI cores in the front end Apertif beam former
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment