Skip to content

Commit

Permalink
increase postman timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgubler committed Feb 10, 2025
1 parent d631039 commit ab0f443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform-iac/modules/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ EOF
module "postman_test_lambda" {
source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v6.0.0"
app_name = "${var.repo_name}-${var.env}"
timeout = 60
postman_collections = [
{
collection = var.deploy_test_postman_collection
Expand Down

0 comments on commit ab0f443

Please sign in to comment.