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:
parent
02f6899952
commit
ee7e699d23
5 changed files with 6 additions and 39 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue