Skip to content

Commit

Permalink
Remove excessive timeout on test_wait_exception for FreeBSD
Browse files Browse the repository at this point in the history
This should now be fixed by the previous commit.
  • Loading branch information
KJTsanaktsidis authored and nobu committed May 26, 2023
1 parent 8e1abef commit 8c4da47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ruby/test_process.rb
Expand Up @@ -1548,7 +1548,6 @@ def test_wait_exception
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
Expand Down

0 comments on commit 8c4da47

Please sign in to comment.