Merge pull request #18513 from akka/wip-18440-wrong-config-patriknw
=clt #18440 Harden ClusterClientSpec again
This commit is contained in:
commit
e23648d7fe
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ object ClusterClientSpec extends MultiNodeConfig {
|
|||
akka.cluster.client.heartbeat-interval = 1s
|
||||
akka.cluster.client.acceptable-heartbeat-pause = 3s
|
||||
# number-of-contacts must be >= 4 because we shutdown all but one in the end
|
||||
akka.cluster.client.number-of-contacts = 4
|
||||
akka.cluster.client.receptionist.number-of-contacts = 4
|
||||
akka.test.filter-leeway = 10s
|
||||
"""))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue