From 88893121a10440b82918ec1546946a90225a0dcf Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 25 May 2023 22:38:44 -0500 Subject: [PATCH] Increase timeout for test_purge_many_old_events (#93579) --- tests/components/recorder/test_purge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/components/recorder/test_purge.py b/tests/components/recorder/test_purge.py index fadcc688753..096108e0349 100644 --- a/tests/components/recorder/test_purge.py +++ b/tests/components/recorder/test_purge.py @@ -1599,6 +1599,7 @@ def _add_state_with_state_attributes( ) +@pytest.mark.timeout(30) async def test_purge_many_old_events( async_setup_recorder_instance: RecorderInstanceGenerator, hass: HomeAssistant ) -> None: