Increase timeout for test_purge_many_old_events (#93579)

pull/91967/head
J. Nick Koston 2023-05-25 22:38:44 -05:00 committed by GitHub
parent 48485fc2bf
commit 88893121a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: