mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 22:40:44 +00:00
Updated non-blocking timout to 10 seconds for fixing timeout issues. (#23930)
* Updated non-blocking timout to 10 seconds for fixing timeout issues. * Added failed bridge fixture for faster unit tests.
This commit is contained in:
committed by
Paulus Schoutsen
parent
ff867a7d57
commit
d7d83c683d
@@ -13,7 +13,9 @@ from .consts import (
|
||||
DUMMY_REMAINING_TIME, MANDATORY_CONFIGURATION)
|
||||
|
||||
|
||||
async def test_failed_config(hass: HomeAssistantType) -> None:
|
||||
async def test_failed_config(
|
||||
hass: HomeAssistantType,
|
||||
mock_failed_bridge: Generator[None, Any, None]) -> None:
|
||||
"""Test failed configuration."""
|
||||
assert await async_setup_component(
|
||||
hass, DOMAIN, MANDATORY_CONFIGURATION) is False
|
||||
|
||||
Reference in New Issue
Block a user