Increase timeout of test_finalizer

The test is timing out on lpi4a so a longer timeout should fix it.
This commit is contained in:
Peter Zhu 2024-08-14 16:23:22 -04:00
parent 09bf3c9d6a
commit fd974f5d74

View File

@ -102,7 +102,7 @@ End
!b !b
END END
assert_in_out_err(["-e", <<~RUBY], "", %w(:ok :ok), []) assert_in_out_err(["-e", <<~RUBY], "", %w(:ok :ok), [], timeout: 60)
a = Object.new a = Object.new
ObjectSpace.define_finalizer(a) { p :ok } ObjectSpace.define_finalizer(a) { p :ok }