Bump sleep time in test shell script

This commit is contained in:
Benjamin Sergeant 2019-03-29 09:36:56 -07:00
parent c604c4591f
commit 6cb2aaab65

View File

@ -19,7 +19,7 @@ sleep 0.5
ws redis_publish -c 100000 --host ${REDIS_HOST} foo bar
# Wait a little for all messages to be received
sleep 0.5
sleep 1.5
# Cleanup
cleanup