We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983cbf6 commit eaec53eCopy full SHA for eaec53e
test/test_timeout.rb
@@ -250,7 +250,7 @@ def test_fork
250
end
251
252
def test_threadgroup
253
- assert_separately(%w[-W0 -rtimeout], <<-'end;')
+ assert_separately(%w[-rtimeout], <<-'end;')
254
tg = ThreadGroup.new
255
thr = Thread.new do
256
tg.add(Thread.current)
@@ -263,7 +263,7 @@ def test_threadgroup
263
264
# https://github.com/ruby/timeout/issues/24
265
def test_handling_enclosed_threadgroup
266
267
Thread.new {
268
t = Thread.current
269
group = ThreadGroup.new
0 commit comments