Skip to content

Commit bc9268a

Browse files
authored
Increasing debouce time (aws#5343)
1 parent 4b10605 commit bc9268a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export const artifactTypeSource = 'SourceCode'
232232

233233
export const codeScanFindingsSchema = 'codescan/findings/1.0'
234234

235-
export const autoScanDebounceDelaySeconds = 15
235+
export const autoScanDebounceDelaySeconds = 30
236236

237237
export const codewhispererDiagnosticSourceLabel = 'Amazon Q '
238238

0 commit comments

Comments
 (0)