increase timeout due to sometimes slow initialization of lmdb, #23284 (#23302)

This commit is contained in:
Patrik Nordwall 2017-07-07 04:12:02 +02:00 committed by Konrad `ktoso` Malawski
parent dd71f5759f
commit fe2bf91659

View file

@ -81,7 +81,7 @@ abstract class DurableDataSpec(multiNodeConfig: DurableDataSpecConfig)
implicit val cluster = Cluster(system) implicit val cluster = Cluster(system)
val timeout = 5.seconds.dilated val timeout = 14.seconds.dilated // initialization of lmdb can be very slow in CI environment
val writeTwo = WriteTo(2, timeout) val writeTwo = WriteTo(2, timeout)
val readTwo = ReadFrom(2, timeout) val readTwo = ReadFrom(2, timeout)