mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Fix lingering task in timeout test (#88953)
This commit is contained in:
parent
1fa3f32474
commit
ed3cdd8fb9
@ -273,6 +273,9 @@ async def test_mix_zone_timeout_trigger_global_cool_down() -> None:
|
|||||||
|
|
||||||
await asyncio.sleep(0.2)
|
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(
|
async def test_simple_zone_timeout_freeze_without_timeout_cleanup(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user