Skip to content

Commit

Permalink
Bump up memory leak params to avoid test failures on JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Feb 11, 2025
1 parent 8a67a3b commit 1980659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/src/test/scala/fs2/MemoryLeakSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class MemoryLeakSpec extends FunSuite {
warmupIterations: Int = 3,
samplePeriod: FiniteDuration = 1.seconds,
monitorPeriod: FiniteDuration = 10.seconds,
limitTotalBytesIncreasePerSecond: Long = 700000,
limitTotalBytesIncreasePerSecond: Long = 1400000,
limitConsecutiveIncreases: Int = 10
)

Expand Down

0 comments on commit 1980659

Please sign in to comment.