Fix lingering task in timeout test (#88953)
This commit is contained in:
parent
1fa3f32474
commit
ed3cdd8fb9
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue