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

add a 2 min + timer to make things work... something is wrong with AskOnline...

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
parent 8d5b6716
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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