From e21988c9564319fe2778a32a92c317ef56065dde Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 2 Sep 2025 12:45:57 -0700 Subject: test_settracefunc.rb: Increase a timeout https://github.com/ruby/ruby/actions/runs/17413734881/job/49436975287 --- test/ruby/test_settracefunc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_settracefunc.rb b/test/ruby/test_settracefunc.rb index fac6dd8185..ccf2452169 100644 --- a/test/ruby/test_settracefunc.rb +++ b/test/ruby/test_settracefunc.rb @@ -2724,7 +2724,7 @@ CODE end def test_disable_local_tracepoint_in_trace - assert_normal_exit <<-EOS + assert_normal_exit(<<-EOS, timeout: 60) def foo trace = TracePoint.new(:b_return){|tp| tp.disable -- cgit v1.2.3