slow init of lmdb in DurableDataSpe, #22082

This commit is contained in:
Patrik Nordwall 2017-06-22 15:08:37 +02:00
parent 49cf7afc68
commit 1a732fba71

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
"""))
}