Increase bootstrap preload test timeout (#112520)

This commit is contained in:
J. Nick Koston 2024-03-06 11:06:55 -10:00 committed by GitHub
parent 96b2d4f9f0
commit b8e39bd968
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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