Skip to content

Commit 6e5fa4a

Browse files
committed
fix(amazonq): increase scan timeout threshold
1 parent 997b3b7 commit 6e5fa4a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "increase scan timeout to reduce front-end timeout errors"
4+
}

packages/core/src/codewhisperer/models/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export const codeScanZipExt = '.zip'
261261

262262
export const contextTruncationTimeoutSeconds = 10
263263

264-
export const standardScanTimeoutMs = 600_000 // 10 minutes
264+
export const standardScanTimeoutMs = 900_000 // 15 minutes
265265

266266
export const expressScanTimeoutMs = 60_000
267267

0 commit comments

Comments
 (0)