Skip to content

Commit fd974f5

Browse files
committed
Increase timeout of test_finalizer
The test is timing out on lpi4a so a longer timeout should fix it.
1 parent 09bf3c9 commit fd974f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ruby/test_objectspace.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_finalizer
102102
!b
103103
END
104104

105-
assert_in_out_err(["-e", <<~RUBY], "", %w(:ok :ok), [])
105+
assert_in_out_err(["-e", <<~RUBY], "", %w(:ok :ok), [], timeout: 60)
106106
a = Object.new
107107
ObjectSpace.define_finalizer(a) { p :ok }
108108

0 commit comments

Comments
 (0)