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 7c8ecb1 commit e29731dCopy full SHA for e29731d
tests/test_asyncio/test_pubsub.py
@@ -33,7 +33,7 @@ async def run(*args, **kwargs):
33
return wrapper
34
35
36
-async def wait_for_message(pubsub, timeout=0.1, ignore_subscribe_messages=False):
+async def wait_for_message(pubsub, timeout=0.2, ignore_subscribe_messages=False):
37
now = asyncio.get_event_loop().time()
38
timeout = now + timeout
39
while now < timeout:
0 commit comments