Skip to content

Commit

Permalink
Update timeout for scan lambda to 20 minutes
Browse files Browse the repository at this point in the history
Relates To: SECENG-1433
  • Loading branch information
bc-jcarlson committed May 22, 2024
1 parent a8d3ac7 commit c5d6283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-modules/lambda-scan/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ variable "hackerone_api_token" {}

variable "timeout" {
description = "Amount of time your Lambda Function has to run in seconds"
default = 900
default = 1200 # SECENG-1433
}

0 comments on commit c5d6283

Please sign in to comment.