Merge pull request #29506 from akka/wip-29505-MultiDcJoin2Spec-patriknw

increase timeout in MultiDcJoin2Spec, #29505
This commit is contained in:
Patrik Nordwall 2020-08-21 12:14:43 +02:00 committed by GitHub
commit dd128b3e8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 // at the same time join fifth, which is the difference compared to MultiDcJoinSpec
runOn(fifth) { runOn(fifth) {
Cluster(system).join(second) Cluster(system).join(second)
within(10.seconds) { within(20.seconds) {
awaitAssert { awaitAssert {
Cluster(system).state.members Cluster(system).state.members
.exists(m => m.address == address(fifth) && m.status == MemberStatus.Up) should ===(true) .exists(m => m.address == address(fifth) && m.status == MemberStatus.Up) should ===(true)