increase timeout for fist message in RemoteSendConsistencySpec, #21529
This commit is contained in:
parent
8ae0c9a888
commit
b7475b50f2
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ abstract class AbstractRemoteSendConsistencySpec(config: Config) extends AkkaSpe
|
|||
|
||||
val remoteRef = {
|
||||
system.actorSelection(rootB / "user" / "echo") ! Identify(None)
|
||||
expectMsgType[ActorIdentity].ref.get
|
||||
expectMsgType[ActorIdentity](5.seconds).ref.get
|
||||
}
|
||||
|
||||
remoteRef ! "ping"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue