mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 11:45:09 +02:00
Fix lingering task in timeout test (#88953)
This commit is contained in:
@@ -273,6 +273,9 @@ async def test_mix_zone_timeout_trigger_global_cool_down() -> None:
|
||||
|
||||
await asyncio.sleep(0.2)
|
||||
|
||||
# Cleanup lingering (cool_down) task after test is done
|
||||
await asyncio.sleep(0.3)
|
||||
|
||||
|
||||
async def test_simple_zone_timeout_freeze_without_timeout_cleanup(
|
||||
hass: HomeAssistant,
|
||||
|
Reference in New Issue
Block a user