There was an error while loading. Please reload this page.
1 parent f42b47d commit 983cbf6Copy full SHA for 983cbf6
1 file changed
test/test_timeout.rb
@@ -250,7 +250,7 @@ def test_fork
250
end
251
252
deftest_threadgroup
253
-assert_separately(%w[-rtimeout],<<-'end;')
+assert_separately(%w[-W0-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
deftest_handling_enclosed_threadgroup
266
267
Thread.new {
268
t = Thread.current
269
group = ThreadGroup.new
0 commit comments