Skip to content

Commit

Permalink
reduce memory leak monitor period
Browse files Browse the repository at this point in the history
  • Loading branch information
kovstas committed Jun 1, 2024
1 parent 3a53f42 commit 7e92b73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class MemoryLeakSpec extends FunSuite {
case class LeakTestParams(
warmupIterations: Int = 3,
samplePeriod: FiniteDuration = 1.seconds,
monitorPeriod: FiniteDuration = 20.seconds,
monitorPeriod: FiniteDuration = 10.seconds,
limitTotalBytesIncreasePerSecond: Long = 700000,
limitConsecutiveIncreases: Int = 10
)
Expand Down

0 comments on commit 7e92b73

Please sign in to comment.