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.20190613
T093003Z.fail.html.gz20190613
T051547Z.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…
Add table
Add a link
Reference in a new issue