Skip to content

Commit 615ec6a

Browse files
committed
1 parent 70b4b6f commit 615ec6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/objspace/test_objspace.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def test_trace_object_allocations_compaction
309309
def test_trace_object_allocations_compaction_freed_pages
310310
omit "compaction is not supported on this platform" unless GC.respond_to?(:compact)
311311

312-
assert_normal_exit(<<~RUBY)
312+
assert_normal_exit(<<~RUBY, timeout: 60)
313313
require "objspace"
314314
315315
objs = []

0 commit comments

Comments
 (0)