File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ async def test_receive_cancel(channel_layer):
436
436
"""
437
437
Makes sure we can cancel a receive without blocking
438
438
"""
439
- channel_layer = RedisChannelLayer (capacity = 10 )
439
+ channel_layer = RedisChannelLayer (capacity = 20 )
440
440
channel = await channel_layer .new_channel ()
441
441
delay = 0
442
442
while delay < 0.01 :
Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ async def test_receive_cancel(channel_layer):
439
439
"""
440
440
Makes sure we can cancel a receive without blocking
441
441
"""
442
- channel_layer = RedisChannelLayer (capacity = 10 )
442
+ channel_layer = RedisChannelLayer (capacity = 20 )
443
443
channel = await channel_layer .new_channel ()
444
444
delay = 0
445
445
while delay < 0.01 :
You can’t perform that action at this time.
0 commit comments