Skip to content

Commit

Permalink
Merge pull request #9 from brightcove/SECENG-1433_update-timeout-for-…
Browse files Browse the repository at this point in the history
…scan-lambda

Update timeout for scan lambda to 20 minutes
  • Loading branch information
bc-jcarlson authored May 22, 2024
2 parents a8d3ac7 + 83cacf7 commit 231359f
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 231359f

Please sign in to comment.