diff options
author | Thom May <thom@chef.io> | 2017-06-19 15:59:19 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-06-19 17:04:05 +0100 |
commit | 8b207063266b8708d3f301ff2f770b1ccc65b8ad (patch) | |
tree | e9ee2fa3696d6bd984e624253c07a291b06b32fc /acceptance | |
parent | a9cd118b078c27d7521b87c7c58b01c01cc81e73 (diff) | |
download | chef-8b207063266b8708d3f301ff2f770b1ccc65b8ad.tar.gz |
bump acceptance provisioning timeout to 10 minutestm/backport_acceptance_timeout
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'acceptance')
-rw-r--r-- | acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml b/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml index caefef49ea..699b5e5022 100644 --- a/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml +++ b/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml @@ -19,6 +19,7 @@ driver: subnet_id: subnet-19ac017c security_group_ids: ["sg-e401eb83", "sg-96274af3"] instance_type: m3.large + retryable_tries: 120 # associate_public_ip: true # Don't enable public IP, as subnet specified is behind VPN # busser installation relies on this |