We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a67a3b commit 1980659Copy full SHA for 1980659
integration/src/test/scala/fs2/MemoryLeakSpec.scala
@@ -46,7 +46,7 @@ class MemoryLeakSpec extends FunSuite {
46
warmupIterations: Int = 3,
47
samplePeriod: FiniteDuration = 1.seconds,
48
monitorPeriod: FiniteDuration = 10.seconds,
49
- limitTotalBytesIncreasePerSecond: Long = 700000,
+ limitTotalBytesIncreasePerSecond: Long = 1400000,
50
limitConsecutiveIncreases: Int = 10
51
)
52
0 commit comments