mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Attempt to fix flaky bootstrap test (#142536)
This commit is contained in:
@@ -703,8 +703,8 @@ async def test_setup_hass_takes_longer_than_log_slow_startup(
|
||||
return True
|
||||
|
||||
with (
|
||||
patch.object(bootstrap, "LOG_SLOW_STARTUP_INTERVAL", 0.1),
|
||||
patch.object(bootstrap, "SLOW_STARTUP_CHECK_INTERVAL", 0.05),
|
||||
patch.object(bootstrap, "LOG_SLOW_STARTUP_INTERVAL", 0.005),
|
||||
patch.object(bootstrap, "SLOW_STARTUP_CHECK_INTERVAL", 0.005),
|
||||
patch(
|
||||
"homeassistant.components.frontend.async_setup",
|
||||
side_effect=_async_setup_that_blocks_startup,
|
||||
|
Reference in New Issue
Block a user