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 09d8678 commit c3f1adcCopy full SHA for c3f1adc
tests/test_asyncio/test_pubsub.py
@@ -27,7 +27,7 @@ async def run(*args, **kwargs):
27
return wrapper
28
29
30
-async def wait_for_message(pubsub, timeout=0.1, ignore_subscribe_messages=False):
+async def wait_for_message(pubsub, timeout=0.5, ignore_subscribe_messages=False):
31
now = asyncio.get_event_loop().time()
32
timeout = now + timeout
33
while now < timeout:
0 commit comments