Skip to content

Commit

Permalink
Addresses timeout in CI runs from issue #39
Browse files Browse the repository at this point in the history
* Run all tasks that rely on the VPG attachment twice.
* Added link to issue for reference.
  • Loading branch information
disaac committed Mar 8, 2019
1 parent 7007d51 commit 003165a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,15 @@ jobs:
command: |
bundle exec rake complete:overrides:apply || true
# Need to run twice due to frequent timing issues
# see https://github.com/unifio/terraform-aws-vpc/issues/39
bundle exec rake complete:overrides:apply
- run:
name: Test peering connection
command: |
bundle exec rake complete:peer-vpc:apply || true
# Need to run twice due to frequent timing issues
# see https://github.com/unifio/terraform-aws-vpc/issues/39
bundle exec rake complete:peer-vpc:apply
bundle exec rake peering:peer-connect:apply
Expand Down

0 comments on commit 003165a

Please sign in to comment.