Merge pull request #1421 from akka/wip-3285-lost-welcome-patriknw
Better test timeouts in UnreachableNodeJoinsAgainSpec, see #3285
This commit is contained in:
commit
659cd8aaa5
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ abstract class UnreachableNodeJoinsAgainSpec
|
|||
awaitMembersUp(expectedNumberOfMembers)
|
||||
// don't end the test until the freshSystem is done
|
||||
runOn(master) {
|
||||
expectMsg(EndActor.End)
|
||||
expectMsg(20 seconds, EndActor.End)
|
||||
}
|
||||
endBarrier()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue