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

Add a wait to let the channel bot send all of it's messages to the users

parent 3174806c
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,8 @@ PIDVAL=$!
echo "$CLIENTCMD -- $PIDVAL"
wait $PIDVAL
sleep 10 # Spend some time waiting for the channel bot to send messages
echo "RUNNING CLIENTS..."
runclients
echo "RUNNING CLIENTS (2nd time)..."
......
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