mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Increase pipeline timeout to 5 minutes (#101327)
This commit is contained in:
@@ -30,8 +30,8 @@ from .pipeline import (
|
||||
async_get_pipeline,
|
||||
)
|
||||
|
||||
DEFAULT_TIMEOUT = 30
|
||||
DEFAULT_WAKE_WORD_TIMEOUT = 3
|
||||
DEFAULT_TIMEOUT = 60 * 5 # seconds
|
||||
DEFAULT_WAKE_WORD_TIMEOUT = 3 # seconds
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user