Increase timeout of test_finalizer
The test is timing out on lpi4a so a longer timeout should fix it.
This commit is contained in:
parent
09bf3c9d6a
commit
fd974f5d74
@ -102,7 +102,7 @@ End
|
||||
!b
|
||||
END
|
||||
|
||||
assert_in_out_err(["-e", <<~RUBY], "", %w(:ok :ok), [])
|
||||
assert_in_out_err(["-e", <<~RUBY], "", %w(:ok :ok), [], timeout: 60)
|
||||
a = Object.new
|
||||
ObjectSpace.define_finalizer(a) { p :ok }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user