summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-09-02 12:45:57 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2025-09-02 12:46:07 -0700
commite21988c9564319fe2778a32a92c317ef56065dde (patch)
treee5b50b4e476ce47362c8cac1206cb602de32bc15
parent77a421fb057c16cd82adbe6e07efe0db01bf93a5 (diff)
test_settracefunc.rb: Increase a timeout
https://github.com/ruby/ruby/actions/runs/17413734881/job/49436975287
-rw-r--r--test/ruby/test_settracefunc.rb2
1 files changed, 1 insertions, 1 deletions
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