Remove excessive timeout on test_wait_exception for FreeBSD
This should now be fixed by the previous commit.
This commit is contained in:
parent
8e1abef469
commit
8c4da473de
Notes:
git
2023-05-26 05:48:37 +00:00
@ -1548,7 +1548,6 @@ class TestProcess < Test::Unit::TestCase
|
||||
end
|
||||
t1 = Time.now
|
||||
diff = t1 - t0
|
||||
sec *= 3 if RUBY_PLATFORM =~ /freebsd/
|
||||
assert_operator(diff, :<, sec,
|
||||
->{"#{bug11340}: #{diff} seconds to interrupt Process.wait"})
|
||||
f.puts
|
||||
|
Loading…
x
Reference in New Issue
Block a user