Use max of periodic-tasks-initial-delay and the interval

This commit is contained in:
Patrik Nordwall 2012-06-15 13:31:34 +02:00
parent f7a01505ba
commit 08c47591c0
4 changed files with 19 additions and 15 deletions

View file

@ -20,7 +20,7 @@ object NodeLeavingAndExitingMultiJvmSpec extends MultiNodeConfig {
.withFallback(ConfigFactory.parseString("""
akka.cluster {
leader-actions-interval = 5 s # increase the leader action task frequency to make sure we get a chance to test the LEAVING state
unreachable-nodes-reaper-interval = 30 s
unreachable-nodes-reaper-interval = 300 s # turn "off"
}
""")
.withFallback(MultiNodeClusterSpec.clusterConfig)))