Skip to content

Commit 439a488

Browse files
authored
fix: increase timeout value for the streaming client (#1654)
1 parent 7f79d27 commit 439a488

File tree

1 file changed

+2
-2
lines changed
  • server/aws-lsp-codewhisperer/src/language-server/agenticChat

1 file changed

+2
-2
lines changed

server/aws-lsp-codewhisperer/src/language-server/agenticChat/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const genericErrorMsg = 'An unexpected error occurred, check the logs for
22
export const loadingThresholdMs = 2000
33
export const generateAssistantResponseInputLimit = 500_000
44
export const outputLimitExceedsPartialMsg = 'output exceeds maximum character limit of'
5-
export const responseTimeoutMs = 170_000
5+
export const responseTimeoutMs = 240_000
66
export const responseTimeoutPartialMsg = 'Response processing timed out after'
7-
export const clientTimeoutMs = 180_000
7+
export const clientTimeoutMs = 245_000
88
export const defaultModelId = 'CLAUDE_SONNET_4_20250514_V1_0' // TODO: this can't be imported from chat-client, so we hardcode it here

0 commit comments

Comments
 (0)