diff --git a/src/pipecat/pipeline/task.py b/src/pipecat/pipeline/task.py index f0e2089e4..a77997d08 100644 --- a/src/pipecat/pipeline/task.py +++ b/src/pipecat/pipeline/task.py @@ -350,7 +350,7 @@ class PipelineTask: takes for the heartbeat frame to traverse all the pipeline. """ - wait_time = HEARTBEAT_SECONDS * 2 + wait_time = HEARTBEAT_SECONDS * 5 while True: try: frame = await asyncio.wait_for(self._heartbeat_queue.get(), timeout=wait_time)