* failed with ActorNotFound in aeron-udp multi-node tests
This commit is contained in:
parent
37057f430e
commit
b336371013
1 changed files with 5 additions and 1 deletions
|
|
@ -149,5 +149,9 @@ class LargeMessagesStreamSpec
|
|||
}
|
||||
}
|
||||
|
||||
def awaitResolve(selection: ActorSelection): ActorRef = Await.result(selection.resolveOne(3.seconds), 3.seconds)
|
||||
def awaitResolve(selection: ActorSelection): ActorRef = {
|
||||
awaitAssert {
|
||||
Await.result(selection.resolveOne(1.second), 1.seconds)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue