mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/lib/test/unit/assertions.rb (assert_cpu_usage_low): tweak the wait
It still fails randomly. https://rubyci.org/logs/rubyci.s3.amazonaws.com/amazon2/ruby-master/log/20190613T093003Z.fail.html.gz https://rubyci.org/logs/mswinci.japaneast.cloudapp.azure.com/vc12-x64/ruby-master/log/20190613T051547Z.fail.html.gz
This commit is contained in:
parent
aa7211836b
commit
e75c278183
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ eom
|
|||
MIN_HZ = MiniTest::Unit::TestCase.windows? ? 67 : 100
|
||||
MIN_MEASURABLE = 1.0 / MIN_HZ
|
||||
|
||||
def assert_cpu_usage_low(msg = nil, pct: 0.05, wait: 0.1, stop: nil)
|
||||
def assert_cpu_usage_low(msg = nil, pct: 0.05, wait: 1.0, stop: nil)
|
||||
require 'benchmark'
|
||||
|
||||
wait = EnvUtil.apply_timeout_scale(wait)
|
||||
|
|
Loading…
Reference in a new issue