diff options
author | Tim Smith <tsmith@chef.io> | 2019-11-08 16:04:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-08 16:04:06 -0800 |
commit | 698ef57d5d95070cdbe97836ad088bf2c99667a1 (patch) | |
tree | 42c59ce14e7644c60dcb29cf873aedea98cb5ba8 /kitchen-tests | |
parent | 5ddcf287078a2e0c52a5149e5f4ee45199e419ed (diff) | |
parent | 1f11fa6e710dd018bdaecf499db8ed1e89e38e4d (diff) | |
download | chef-698ef57d5d95070cdbe97836ad088bf2c99667a1.tar.gz |
Merge pull request #9081 from chef/sleep
Add new chef_sleep resource
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/default.rb | 2 |
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..f49cccd9a5 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") |