We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2c612 commit 79a0719Copy full SHA for 79a0719
1 file changed
python/tests/test_callback_subscription.py
@@ -52,7 +52,7 @@ async def test_callback_wait_method(nats: Nats) -> None:
52
limit = 10
53
54
async def callback(msg: Message) -> None:
55
- await asyncio.sleep(1)
+ await asyncio.sleep(0.1)
56
received.append(msg.payload)
57
58
async with nats.subscribe(subject=subj, callback=callback) as sub:
0 commit comments