summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKJ Tsanaktsidis <ktsanaktsidis@zendesk.com>2023-05-26 12:11:42 +1000
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-05-26 14:48:08 +0900
commit8c4da473dec7f733254aad4816857536e85f93f3 (patch)
tree7f822c5f5e50480bfbb4e06b83b20db3c5b5b6da /test
parent8e1abef46951c56ea4c9d164d33be5858e1e758d (diff)
Remove excessive timeout on test_wait_exception for FreeBSD
This should now be fixed by the previous commit.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7864
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_process.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index a30544cefc..635ffef4ee 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -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