chore: increase timeout for pending variable extraction tasks (#208)

This commit is contained in:
Sabiha Khan 2026-03-25 19:51:07 +05:30 committed by GitHub
parent e5e19541c3
commit 2588956c56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: