Skip to content

Commit 653c385

Browse files
authored
test: speed up test_async_wait_unblocks_on_update (#1702)
1 parent 9b4db62 commit 653c385

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
@@ -569,7 +569,7 @@ def update_service(self, zeroconf: Zeroconf, type: str, name: str) -> None:
569569

570570

571571
@pytest.mark.asyncio
572-
async def test_async_wait_unblocks_on_update() -> None:
572+
async def test_async_wait_unblocks_on_update(quick_timing: None) -> None:
573573
"""Test async_wait will unblock on update."""
574574

575575
aiozc = AsyncZeroconf(interfaces=["127.0.0.1"])

0 commit comments

Comments
 (0)