diff --git a/src/contexts/room-context.tsx b/src/contexts/room-context.tsx index 2a3b95b..848c4af 100644 --- a/src/contexts/room-context.tsx +++ b/src/contexts/room-context.tsx @@ -498,7 +498,7 @@ export function RoomProvider({ ), ); streamingTimersRef.current.delete(msgId); - }, 60000); + }, 120000); streamingTimersRef.current.set(msgId, timer); }, []);