increase timeout in MultiDcJoin2Spec, #29505

This commit is contained in:
Patrik Nordwall 2020-08-19 09:30:13 +02:00
parent efe02935cd
commit ff9b8f44ea

View file

@ -94,7 +94,7 @@ abstract class MultiDcJoin2Spec extends MultiNodeSpec(MultiDcJoin2MultiJvmSpec)
// at the same time join fifth, which is the difference compared to MultiDcJoinSpec
runOn(fifth) {
Cluster(system).join(second)
within(10.seconds) {
within(20.seconds) {
awaitAssert {
Cluster(system).state.members
.exists(m => m.address == address(fifth) && m.status == MemberStatus.Up) should ===(true)