Skip to content

Commit b06de19

Browse files
committed
fix: resolve CI failures on #1698 (attempt 1)
1 parent 4aeae68 commit b06de19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ async def test_service_info_async_request(quick_timing: None) -> None:
700700
# Generating the race condition is almost impossible
701701
# without patching since its a TOCTOU race
702702
with patch("zeroconf.asyncio.AsyncServiceInfo._is_complete", False):
703-
await aiosinfo.async_request(aiozc.zeroconf, 500)
703+
await aiosinfo.async_request(aiozc.zeroconf, 3000)
704704
assert aiosinfo is not None
705705
assert aiosinfo.addresses == [socket.inet_aton("10.0.1.3")]
706706

0 commit comments

Comments
 (0)