From 4022c4e9a0040b05e3ffa00e6bb152efbd9d3513 Mon Sep 17 00:00:00 2001
From: Rick Carback <rick@privategrity.com>
Date: Tue, 25 Feb 2020 03:25:29 +0000
Subject: [PATCH] Remove 1 sleep and reduce the other form 2 minutes to 15
 seconds

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

diff --git a/basice2e/run.sh b/basice2e/run.sh
index 9807dba..8ddebf5 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -47,8 +47,6 @@ do
     echo "$SERVERCMD -- $PIDVAL"
 done
 
-sleep 15
-
 # Start gateways
 for GWID in $(seq 5 -1 1)
 do
@@ -77,7 +75,7 @@ finish() {
 trap finish EXIT
 trap finish INT
 
-sleep 120 # FIXME: We should not need this, but the servers don't respond quickly
+sleep 15 # FIXME: We should not need this, but the servers don't respond quickly
          #        enough on boot right now.
 
 runclients() {
-- 
GitLab