Merge pull request #25290 from chbatey/issue-25288

Cluster sharding: Set waiting for state timeout for tests
This commit is contained in:
Patrik Nordwall 2018-07-02 20:23:20 +02:00 committed by GitHub
commit d5d908e1eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",