From 8ffdab0afab57d4bdb05179f234155a7037f5dab Mon Sep 17 00:00:00 2001
From: Rick Carback <rick@privategrity.com>
Date: Tue, 28 Jan 2020 15:47:50 +0000
Subject: [PATCH] add a 2 min + timer to make things work... something is wrong
 with AskOnline where it times out once and waits for 2 minutes before trying
 again. That is not hte intended behavior

---
 basice2e/run.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/basice2e/run.sh b/basice2e/run.sh
index e8a39da..13c37ce 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -50,8 +50,6 @@ do
     echo "$SERVERCMD -- $PIDVAL"
 done
 
-sleep 15 # Give servers some time to boot
-
 # Start gateways
 for GWID in $(seq 5 -1 1)
 do
@@ -62,6 +60,8 @@ do
     echo "$GATEWAYCMD -- $PIDVAL"
 done
 
+sleep 180 # Give servers some time to boot
+
 
 jobs -p > results/serverpids
 
-- 
GitLab