Skip to content
Snippets Groups Projects
Commit 4022c4e9 authored by Rick Carback's avatar Rick Carback
Browse files

Remove 1 sleep and reduce the other form 2 minutes to 15 seconds

parent be08677e
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment