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 c08cca2 commit 2bd56feCopy full SHA for 2bd56fe
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