-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r/aws_cloudformation_stack: Add timeout support (#994)
Fixes: #961 ``` % make testacc TEST=./aws TESTARGS='-run=TestAccAWSCloudFormation_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -run=TestAccAWSCloudFormation_ -timeout 120m === RUN TestAccAWSCloudFormation_basic --- PASS: TestAccAWSCloudFormation_basic (84.48s) === RUN TestAccAWSCloudFormation_yaml --- PASS: TestAccAWSCloudFormation_yaml (84.53s) === RUN TestAccAWSCloudFormation_defaultParams --- PASS: TestAccAWSCloudFormation_defaultParams (84.81s) === RUN TestAccAWSCloudFormation_allAttributes --- PASS: TestAccAWSCloudFormation_allAttributes (131.14s) === RUN TestAccAWSCloudFormation_withParams --- PASS: TestAccAWSCloudFormation_withParams (157.67s) === RUN TestAccAWSCloudFormation_withUrl_withParams --- PASS: TestAccAWSCloudFormation_withUrl_withParams (228.50s) === RUN TestAccAWSCloudFormation_withUrl_withParams_withYaml --- PASS: TestAccAWSCloudFormation_withUrl_withParams_withYaml (135.53s) === RUN TestAccAWSCloudFormation_withUrl_withParams_noUpdate --- PASS: TestAccAWSCloudFormation_withUrl_withParams_noUpdate (186.99s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 1093.670s ```
- Loading branch information
Showing
2 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters