We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d13b1 commit 4b560abCopy full SHA for 4b560ab
actioncable/test/subscription_adapter/redis_test.rb
@@ -53,7 +53,7 @@ def drop_pubsub_connections
53
redis_conn.client("kill", "type", "pubsub")
54
end
55
56
- def wait_pubsub_connection(redis_conn, channel, timeout: 2)
+ def wait_pubsub_connection(redis_conn, channel, timeout: 5)
57
wait = timeout
58
loop do
59
break if redis_conn.pubsub("numsub", channel).last > 0
0 commit comments