increase timeout for fist message in RemoteSendConsistencySpec, #21529

This commit is contained in:
Patrik Nordwall 2016-09-26 15:16:26 +02:00
parent 8ae0c9a888
commit b7475b50f2

View file

@ -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"