We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aeae68 commit b06de19Copy full SHA for b06de19
1 file changed
tests/test_asyncio.py
@@ -700,7 +700,7 @@ async def test_service_info_async_request(quick_timing: None) -> None:
700
# Generating the race condition is almost impossible
701
# without patching since its a TOCTOU race
702
with patch("zeroconf.asyncio.AsyncServiceInfo._is_complete", False):
703
- await aiosinfo.async_request(aiozc.zeroconf, 500)
+ await aiosinfo.async_request(aiozc.zeroconf, 3000)
704
assert aiosinfo is not None
705
assert aiosinfo.addresses == [socket.inet_aton("10.0.1.3")]
706
0 commit comments