Skip to content

Commit 938b38c

Browse files
committed
Fix: Revert timeout to production value.
1 parent 515f319 commit 938b38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/CodeChatEditorFramework.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import {
5555
// The max length of a message to show in the console.
5656
const MAX_MESSAGE_LENGTH = 200;
5757
// The timeout for a websocket `Response`, in ms.
58-
const RESPONSE_TIMEOUT_MS = 1500000;
58+
const RESPONSE_TIMEOUT_MS = 15000;
5959

6060
// An instance of the websocket communication class.
6161
let webSocketComm: WebSocketComm;

0 commit comments

Comments
 (0)