diff options
author | sersut <serdar@opscode.com> | 2014-07-14 15:58:06 -0700 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2014-07-14 15:58:06 -0700 |
commit | e3a378695aa174f1f95455643a2240d903797640 (patch) | |
tree | d822d46b89b12c11ed2dc3cc62d22cfe643d702a /spec/support | |
parent | 1bef09fa00d55c07095edb21fdc338f1e92956ef (diff) | |
download | chef-e3a378695aa174f1f95455643a2240d903797640.tar.gz |
Make the windows memory leak test more robust.
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/matchers/leak.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/matchers/leak.rb b/spec/support/matchers/leak.rb index 908770f042..cc7d265a3c 100644 --- a/spec/support/matchers/leak.rb +++ b/spec/support/matchers/leak.rb @@ -23,7 +23,7 @@ module Matchers def initialize(opts={}, &block) @warmup = opts[:warmup] || 5 @iterations = opts[:iterations] || 100 - @variance = opts[:variance] || 1000 + @variance = opts[:variance] || 5000 end def failure_message_for_should |