diff --git a/vocode/streaming/streaming_conversation.py b/vocode/streaming/streaming_conversation.py index dffb15420..af5749d2d 100644 --- a/vocode/streaming/streaming_conversation.py +++ b/vocode/streaming/streaming_conversation.py @@ -773,7 +773,7 @@ async def check_for_idle(self): ) check_human_present_count += 1 # wait till the idle time would have passed the threshold if no action occurs - await asyncio.sleep(ALLOWED_IDLE_TIME) + await asyncio.sleep(self.idle_time_threshold / 2) async def send_single_message( self,