Cluster sharding: Set waiting for state timeout for tests

Default is 5s which means if the first Read is lost and
a test ddata have any secondary nodes to query it'll
timeout waiting to get the state.

E.g. read being ignored due to loading durable state then
never gets retries
This commit is contained in:
Christopher Batey 2018-07-02 12:42:28 +01:00
parent 02f6899952
commit ee7e699d23
5 changed files with 6 additions and 39 deletions

View file

@ -409,7 +409,7 @@ lazy val persistenceTyped = akkaModule("akka-persistence-typed")
lazy val clusterTyped = akkaModule("akka-cluster-typed")
.dependsOn(
actorTyped,
cluster,
cluster % "compile->compile;test->test",
clusterTools,
distributedData,
persistence % "test->test",