Skip to content

Commit b0e2197

Browse files
committed
Make the memory leak test threshold more generous to avoid false positives
1 parent 9708ab8 commit b0e2197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_writer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def test_string_writer_does_not_leak_memory
468468
rss_by_round << rss
469469
end
470470

471-
assert_operator(rss_by_round.last - rss_by_round[1], :<, 5_000)
471+
assert_operator(rss_by_round.last - rss_by_round[1], :<, 10_000)
472472
end
473473

474474
private

0 commit comments

Comments
 (0)