Skip to content

Commit 4b560ab

Browse files
committed
Increase redis subscription timeout in Action Cable test
1 parent c2d13b1 commit 4b560ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actioncable/test/subscription_adapter/redis_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def drop_pubsub_connections
5353
redis_conn.client("kill", "type", "pubsub")
5454
end
5555

56-
def wait_pubsub_connection(redis_conn, channel, timeout: 2)
56+
def wait_pubsub_connection(redis_conn, channel, timeout: 5)
5757
wait = timeout
5858
loop do
5959
break if redis_conn.pubsub("numsub", channel).last > 0

0 commit comments

Comments
 (0)