Remove excessive timeout on test_wait_exception for FreeBSD

This should now be fixed by the previous commit.
This commit is contained in:
KJ Tsanaktsidis 2023-05-26 12:11:42 +10:00 committed by Nobuyoshi Nakada
parent 8e1abef469
commit 8c4da473de
Notes: git 2023-05-26 05:48:37 +00:00

View File

@ -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