Skip to content

Commit de1feea

Browse files
committed
Increase the rehearsal count
1 parent c0d1680 commit de1feea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ruby/test_struct.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def test_named_structs_are_not_rooted
544544
Struct.send(:remove_const, :A)
545545
end
546546
547-
1_000.times(&code)
547+
10_000.times(&code)
548548
PREP
549549
50_000.times(&code)
550550
CODE

0 commit comments

Comments
 (0)