From fb53b5630c2fc3d1bb33ebedc95cedd19f6c6c4d Mon Sep 17 00:00:00 2001 From: John Sully Date: Sat, 19 Sep 2020 22:00:17 +0000 Subject: [PATCH] Reduce test noise Former-commit-id: 13c9a094d1636d4ea9842746e20096eabbd80cba --- tests/unit/pubsub.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/pubsub.tcl b/tests/unit/pubsub.tcl index 6c991ac97..7bcd7753b 100644 --- a/tests/unit/pubsub.tcl +++ b/tests/unit/pubsub.tcl @@ -109,6 +109,7 @@ start_server {tags {"pubsub"}} { unsubscribe $rd1 # Wait for a response to the unsub __consume_subscribe_messages $rd1 unsubscribe {chan1 chan2 chan3} + after 1 assert_equal 0 [r publish chan1 hello] assert_equal 0 [r publish chan2 hello] assert_equal 0 [r publish chan3 hello]