Increase timeout in RemotingSpec, see #3372
This commit is contained in:
parent
f3f55d4972
commit
a4a2d0500a
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ class RemotingSpec extends AkkaSpec(RemotingSpec.cfg) with ImplicitSender with D
|
|||
expectMsg(57)
|
||||
}
|
||||
|
||||
"not fail ask across node boundaries" in {
|
||||
"not fail ask across node boundaries" in within(5.seconds) {
|
||||
import system.dispatcher
|
||||
val f = for (_ ← 1 to 1000) yield here ? "ping" mapTo manifest[(String, ActorRef)]
|
||||
Await.result(Future.sequence(f), remaining).map(_._1).toSet must be(Set("pong"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue