increase barrier-timeout in ClusterShardingSpec, #21718
* In the logs of the failing test we can see that the first node is removed as expected and then come back in the membership, which is possible in case of conflicting membership state merge. It is supposed to be removed again by the auto-down. That doesn't happen within the barrier-timeout.
This commit is contained in:
parent
72925ba392
commit
1bb8f1737f
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ abstract class ClusterShardingSpecConfig(
|
|||
max-simultaneous-rebalance = 1
|
||||
}
|
||||
}
|
||||
akka.testconductor.barrier-timeout = 70s
|
||||
"""))
|
||||
nodeConfig(sixth) {
|
||||
ConfigFactory.parseString("""akka.cluster.roles = ["frontend"]""")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue