Skip to content

Commit 1980659

Browse files
committed
Bump up memory leak params to avoid test failures on JDK 17
1 parent 8a67a3b commit 1980659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/src/test/scala/fs2/MemoryLeakSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class MemoryLeakSpec extends FunSuite {
4646
warmupIterations: Int = 3,
4747
samplePeriod: FiniteDuration = 1.seconds,
4848
monitorPeriod: FiniteDuration = 10.seconds,
49-
limitTotalBytesIncreasePerSecond: Long = 700000,
49+
limitTotalBytesIncreasePerSecond: Long = 1400000,
5050
limitConsecutiveIncreases: Int = 10
5151
)
5252

0 commit comments

Comments
 (0)