Change cluster auto-down to 30s
[integration/test.git] / tools / clustering / cluster-deployer / templates / lithium_all / akka.conf.template
index 5e69c140f02113ee3d6b166e24eddae238f28322..94e1ae27dbab6dae2a53e7bf356b92d11021bc8f 100644 (file)
@@ -51,7 +51,7 @@ odl-cluster-data {
     cluster {
       seed-nodes = {{{DS_SEED_NODES}}}
 
-      auto-down-unreachable-after = 300s
+      auto-down-unreachable-after = 30s
 
       roles = [
         "{{MEMBER_NAME}}"
@@ -93,7 +93,7 @@ odl-cluster-rpc {
     cluster {
       seed-nodes = {{{RPC_SEED_NODES}}}
 
-      auto-down-unreachable-after = 300s
+      auto-down-unreachable-after = 30s
     }
   }
 }