From 6cb2aaab65f9529c2daf8a68410cafcfdfccedd3 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Fri, 29 Mar 2019 09:36:56 -0700 Subject: [PATCH] Bump sleep time in test shell script --- ws/test_ws_redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws/test_ws_redis.sh b/ws/test_ws_redis.sh index ac720fab..5213762e 100644 --- a/ws/test_ws_redis.sh +++ b/ws/test_ws_redis.sh @@ -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