increase timeout in MultiDcSplitBrainSpec

* due to handshake timeout

reduce handshake timeout

fourth might generate UnreachableDataCenter in unsplit

MultiDcClusterSharding
This commit is contained in:
Patrik Nordwall 2017-08-28 14:40:56 +02:00
parent dc75c4f818
commit 6bfb7c9262
2 changed files with 9 additions and 4 deletions

View file

@ -55,7 +55,9 @@ object MultiDcClusterShardingSpecConfig extends MultiNodeConfig {
val fourth = role("fourth")
commonConfig(ConfigFactory.parseString(s"""
akka.loglevel = INFO
# DEBUG because of failing test, issue #23582
akka.loglevel = DEBUG
akka.cluster.debug.verbose-heartbeat-logging = on
akka.actor.provider = "cluster"
akka.remote.log-remote-lifecycle-events = off
akka.cluster.auto-down-unreachable-after = 0s