Skip to content

Commit 1b60f88

Browse files
Merge branch 'main' into jb-tests
2 parents 8f39021 + c28033d commit 1b60f88

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "fix Q chat request timeout"
4+
}

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/ChatConstants.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package software.aws.toolkits.jetbrains.services.cwc
55

66
object ChatConstants {
7-
const val REQUEST_TIMEOUT_MS = 60_000 // 60 seconds
7+
const val REQUEST_TIMEOUT_MS = 180_000 // 180 seconds
88

99
// API Constraints
1010
const val FILE_PATH_SIZE_LIMIT = 4_000 // Maximum length of file paths in characters (actual API limit: 4096)

0 commit comments

Comments
 (0)