From a5b04bfd181c0b70a7eb417e9e2dc42865bd9b73 Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Wed, 7 Jun 2017 11:25:59 +0000
Subject: [PATCH] -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).

---
 applications/apertif/commissioning/main.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/applications/apertif/commissioning/main.py b/applications/apertif/commissioning/main.py
index 6ad35cbdea..f571413cfb 100644
--- a/applications/apertif/commissioning/main.py
+++ b/applications/apertif/commissioning/main.py
@@ -107,7 +107,8 @@ else:
 ###############################################################################
 # 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
-- 
GitLab