chore: increase timeout for pending variable extraction tasks

This commit is contained in:
Sabiha Khan 2026-03-25 19:50:24 +05:30
parent e5e19541c3
commit 1cedb128ea

View file

@ -471,7 +471,7 @@ class PipecatEngine:
)
await _do_extraction()
async def _await_pending_extractions(self, timeout: float = 5.0) -> None:
async def _await_pending_extractions(self, timeout: float = 30.0) -> None:
"""Await all in-flight background extraction tasks.
Args: