Skip to content

Commit 0a58c89

Browse files
committed
feat: increase agents session timeout to take into account hosted agents booting time
This is a temporary change - once there's a better mechanism in place to do this, the plan is to revert this commit and utilize the better mechanism.
1 parent b39d295 commit 0a58c89

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)