X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Feos-dom-akka%2Fsrc%2Ftest%2Fresources%2Fapplication.conf;h=08c2a36fb0a752c88df30cb726769b9ab1a6bf9b;hp=ff23633e5e5793b7f0de0c9938e6c70122a0a266;hb=HEAD;hpb=7ce039b3e55d153fc75bc88198c49536ab83befc diff --git a/opendaylight/md-sal/eos-dom-akka/src/test/resources/application.conf b/opendaylight/md-sal/eos-dom-akka/src/test/resources/application.conf index ff23633e5e..08c2a36fb0 100644 --- a/opendaylight/md-sal/eos-dom-akka/src/test/resources/application.conf +++ b/opendaylight/md-sal/eos-dom-akka/src/test/resources/application.conf @@ -31,7 +31,11 @@ akka { # This value controls how quickly Entity Ownership Service decisions are # propagated within a node. notify-subscribers-interval = 20 ms - } + } + split-brain-resolver { + active-strategy = keep-majority + stable-after = 7s + } } }