Skip to content

Commit 16661f8

Browse files
authored
Merge pull request #27 from livekit-examples/increase-timeout
Increase agents session timeout to take into account hosted agents booting time
2 parents 893a27b + 0a58c89 commit 16661f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/embed-iframe/session-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const SessionView = ({
7777
});
7878
room.disconnect();
7979
}
80-
}, 10_000);
80+
}, 20_000);
8181

8282
return () => clearTimeout(timeout);
8383
}, [agentState, sessionStarted, room, onDisplayError]);

0 commit comments

Comments
 (0)