Skip to content

Commit e83894e

Browse files
increase timeout to 300 from 50
1 parent f1b7c38 commit e83894e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wavefront/server/apps/call_processing/call_processing/services/pipecat_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ async def on_assistant_turn_stopped(
658658
BotStartedSpeakingFrame,
659659
UserStartedSpeakingFrame,
660660
),
661-
idle_timeout_secs=50,
661+
idle_timeout_secs=300,
662662
enable_tracing=ENABLE_TRACING,
663663
enable_turn_tracking=ENABLE_TURN_TRACKING,
664664
conversation_id=None,

0 commit comments

Comments
 (0)