summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/windows.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
index e518aa522d..0065605ffd 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
@@ -39,12 +39,12 @@ windows_security_policy "LockoutBadCount" do
end
windows_security_policy "LockoutDuration" do
- secvalue "30"
+ secvalue "120"
action :set
end
windows_security_policy "ResetLockoutCount" do
- secvalue "15"
+ secvalue "90"
action :set
end