From b8e39bd9689f1599bd93f9d1607ca53dc23317ab Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 6 Mar 2024 11:06:55 -1000 Subject: [PATCH] Increase bootstrap preload test timeout (#112520) --- tests/test_bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_bootstrap.py b/tests/test_bootstrap.py index 9599e249f40..550eb4bffee 100644 --- a/tests/test_bootstrap.py +++ b/tests/test_bootstrap.py @@ -1045,6 +1045,7 @@ async def test_pre_import_no_requirements(hass: HomeAssistant) -> None: assert not integration.requirements +@pytest.mark.timeout(20) async def test_bootstrap_does_not_preload_stage_1_integrations() -> None: """Test that the bootstrap does not preload stage 1 integrations.