We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b79383 commit 583c068Copy full SHA for 583c068
1 file changed
tests/test_handlers.py
@@ -1460,3 +1460,5 @@ async def test_response_aggregation_random_delay():
1460
assert info3.dns_pointer() not in outgoing_queue.queue[1].answers
1461
assert info4.dns_pointer() not in outgoing_queue.queue[1].answers
1462
assert info5.dns_pointer() in outgoing_queue.queue[1].answers
1463
+
1464
+ await asyncio.sleep(1)
0 commit comments