Merge pull request #18513 from akka/wip-18440-wrong-config-patriknw

=clt #18440 Harden ClusterClientSpec again
This commit is contained in:
Patrik Nordwall 2015-09-18 17:08:47 +02:00
commit e23648d7fe

View file

@ -39,7 +39,7 @@ object ClusterClientSpec extends MultiNodeConfig {
akka.cluster.client.heartbeat-interval = 1s
akka.cluster.client.acceptable-heartbeat-pause = 3s
# number-of-contacts must be >= 4 because we shutdown all but one in the end
akka.cluster.client.number-of-contacts = 4
akka.cluster.client.receptionist.number-of-contacts = 4
akka.test.filter-leeway = 10s
"""))