mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Relax delta value
4439745154
```
1) Failure:
TestLastThread#test_last_thread [/Users/runner/work/ruby/ruby/src/test/-ext-/gvl/test_last_thread.rb:18]:
Expected |1.0 - 1.167141| (0.16714099999999998) to be <= 0.16.
```
This commit is contained in:
parent
6929542aa9
commit
d4ed7eb1ad
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ class TestLastThread < Test::Unit::TestCase
|
|||
t1 = Time.now
|
||||
t = t1 - t0
|
||||
|
||||
assert_in_delta(1.0, t, 0.16)
|
||||
assert_in_delta(1.0, t, 0.18)
|
||||
end;
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue