Skip to content

Commit e21988c

Browse files
committed
1 parent 77a421f commit e21988c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ruby/test_settracefunc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2724,7 +2724,7 @@ def obj.example
27242724
end
27252725

27262726
def test_disable_local_tracepoint_in_trace
2727-
assert_normal_exit <<-EOS
2727+
assert_normal_exit(<<-EOS, timeout: 60)
27282728
def foo
27292729
trace = TracePoint.new(:b_return){|tp|
27302730
tp.disable

0 commit comments

Comments
 (0)