fix #1945 fix stability integration test

Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/7f3c3c57
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/7f3c3c57
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/7f3c3c57

Branch: refs/heads/master
Commit: 7f3c3c5787f3fa3370bb53e128c908817fd8b005
Parents: f136b3e
Author: huafengw <[email protected]>
Authored: Tue Feb 2 09:32:57 2016 +0800
Committer: huafengw <[email protected]>
Committed: Tue Feb 2 09:51:56 2016 +0800

----------------------------------------------------------------------
 .../io/gearpump/integrationtest/checklist/StabilitySpec.scala      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/7f3c3c57/integrationtest/core/src/it/scala/io/gearpump/integrationtest/checklist/StabilitySpec.scala
----------------------------------------------------------------------
diff --git 
a/integrationtest/core/src/it/scala/io/gearpump/integrationtest/checklist/StabilitySpec.scala
 
b/integrationtest/core/src/it/scala/io/gearpump/integrationtest/checklist/StabilitySpec.scala
index 10500d2..0de08b6 100644
--- 
a/integrationtest/core/src/it/scala/io/gearpump/integrationtest/checklist/StabilitySpec.scala
+++ 
b/integrationtest/core/src/it/scala/io/gearpump/integrationtest/checklist/StabilitySpec.scala
@@ -95,7 +95,7 @@ class StabilitySpec extends TestSpecBase {
       restartClusterRequired = true
       val masters = cluster.getMasterHosts
       val config = restClient.queryMasterConfig()
-      val shutDownTimeout = 
Duration(config.getString("gearpump-master.akka.cluster.auto-down-unreachable-after"))
+      val shutDownTimeout = 
Duration(config.getString("akka.cluster.auto-down-unreachable-after"))
 
       // exercise
       masters.foreach(cluster.removeMasterNode)

Reply via email to