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 03cbe27 commit 81620b7Copy full SHA for 81620b7
tests/brokers/redis/test_consume.py
@@ -684,7 +684,7 @@ async def handler(msg: RedisStreamMessage):
684
asyncio.create_task(br.publish("hello", stream=queue)),
685
asyncio.create_task(event.wait()),
686
),
687
- timeout=300,
+ timeout=3,
688
)
689
690
m.mock.assert_called_once()
@@ -716,7 +716,7 @@ async def handler(msg: RedisStreamMessage):
716
717
718
719
720
721
722
0 commit comments