summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-11-08 15:22:54 -0800
committerTim Smith <tsmith84@gmail.com>2019-11-08 15:22:54 -0800
commit954de754a8bb040989c303cd0cb2e0279cd4c9d5 (patch)
tree33474479c2cb52716943d5d57bf85f4e63b9ca1a /kitchen-tests/cookbooks
parentdb1704d2259841f60382ca6c14dc1a6446ea939b (diff)
downloadchef-954de754a8bb040989c303cd0cb2e0279cd4c9d5.tar.gz
Update documentation and add a Test Kitchen test
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/default.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/default.rb b/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
index 901c0aa63d..f6639f2dd1 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
@@ -9,6 +9,8 @@ hostname "chef-bk-ci.chef.io"
apt_update
+chef_sleep '2'
+
timezone "UTC"
include_recipe "ubuntu" if platform?("ubuntu")