Merge pull request #29506 from akka/wip-29505-MultiDcJoin2Spec-patriknw
increase timeout in MultiDcJoin2Spec, #29505
This commit is contained in:
commit
dd128b3e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue