Skip to content

Commit 9031715

Browse files
authored
Increase agents session timeout to take into account hosted agents booting time (#244)
1 parent c834139 commit 9031715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/session-view.tsx

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

8080
return () => clearTimeout(timeout);
8181
}

0 commit comments

Comments
 (0)