Skip to content

Commit

Permalink
Increase memory leak test timeout
Browse files Browse the repository at this point in the history
The test times out on some platforms, so increase the timeout.
  • Loading branch information
peterzhu2118 committed Jun 28, 2023
1 parent 78ecb93 commit 27d3fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ripper/test_ripper.rb
Expand Up @@ -143,7 +143,7 @@ def test_dedent_string

def test_no_memory_leak
assert_no_memory_leak(%w(-rripper), "", "#{<<~'end;'}", rss: true)
10_000_000.times do
2_000_000.times do
Ripper.parse("")
end
end;
Expand Down

0 comments on commit 27d3fa2

Please sign in to comment.