=rem,clu #17750 Decrease default expected-response-after

This commit is contained in:
Patrik Nordwall 2015-08-19 07:34:24 +02:00
parent 1732e62d0c
commit f72b1bea9f
4 changed files with 5 additions and 5 deletions

View file

@ -225,7 +225,7 @@ akka {
# After the heartbeat request has been sent the first failure detection
# will start after this period, even though no heartbeat mesage has
# been received.
expected-response-after = 3 s
expected-response-after = 1 s
}

View file

@ -53,7 +53,7 @@ class RemoteConfigSpec extends AkkaSpec(
WatchFailureDetectorImplementationClass should ===(classOf[PhiAccrualFailureDetector].getName)
WatchHeartBeatInterval should ===(1 seconds)
WatchHeartbeatExpectedResponseAfter should ===(3 seconds)
WatchHeartbeatExpectedResponseAfter should ===(1 seconds)
WatchUnreachableReaperInterval should ===(1 second)
WatchFailureDetectorConfig.getDouble("threshold") should ===(10.0 +- 0.0001)
WatchFailureDetectorConfig.getInt("max-sample-size") should ===(200)