Skip to content

Commit

Permalink
Extend deploy-service sleep to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Jun 3, 2019
1 parent 629d430 commit 117d58b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ suites:
backend: local
lifecycle:
pre_verify:
- sleep 30
- echo "Sleeping for 60 seconds to allow resources to converge"
- sleep 60
provisioner:
name: terraform
- name: "disable_client_cert"
Expand Down

0 comments on commit 117d58b

Please sign in to comment.