Skip to content

Commit

Permalink
increase handle gitc response timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
torimcd committed Jun 4, 2024
1 parent 9fb5af6 commit 323b567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/lambda_functions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ resource "aws_lambda_function" "handle_gitc_response" {
}
function_name = "${local.lambda_resources_name}-handle_gitc_response-lambda"
role = var.lambda_role.arn
timeout = 5
timeout = 15
memory_size = 128

environment {
Expand Down

0 comments on commit 323b567

Please sign in to comment.