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 9abe3eb commit 36fda7bCopy full SHA for 36fda7b
tests/test_asyncio/test_pubsub.py
@@ -29,7 +29,7 @@ async def run(*args, **kwargs):
29
return wrapper
30
31
32
-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):
33
now = asyncio.get_event_loop().time()
34
timeout = now + timeout
35
while now < timeout:
0 commit comments