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 коммит произвёл Nobuyoshi Nakada
Родитель 8e1abef469
Коммит 8c4da473de
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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