mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: increase timeout for pending variable extraction tasks
This commit is contained in:
parent
e5e19541c3
commit
1cedb128ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue