Skip to content

Commit ab0f443

Browse files
committed
increase postman timeout
1 parent d631039 commit ab0f443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform-iac/modules/app/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ EOF
201201
module "postman_test_lambda" {
202202
source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v6.0.0"
203203
app_name = "${var.repo_name}-${var.env}"
204+
timeout = 60
204205
postman_collections = [
205206
{
206207
collection = var.deploy_test_postman_collection

0 commit comments

Comments
 (0)