summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/cookbooks/end_to_end/recipes/linux.rb')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/linux.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
index ba1f5e84f7..4836fcc188 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
@@ -100,6 +100,7 @@ end
chef_client_systemd_timer "Run chef-client as a systemd timer" do
interval "1hr"
+ cpu_quota 50
only_if { systemd? }
end