Merge pull request #23214 from akka/wip-22082-DurableDataSpec2-patriknw

slow init of lmdb in DurableDataSpe, #22082
This commit is contained in:
Patrik Nordwall 2017-06-22 22:46:18 +02:00 committed by GitHub
commit 6536553e00

View file

@ -32,7 +32,8 @@ final case class DurableDataSpecConfig(writeBehind: Boolean) extends MultiNodeCo
map-size = 10 MiB
write-behind-interval = ${if (writeBehind) "200ms" else "off"}
}
akka.test.single-expect-default = 5s
# initialization of lmdb can be very slow in CI environment
akka.test.single-expect-default = 15s
"""))
}