From a9f258b23e54eb6b78056c81bdf0402e2f5a7fd6 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Mon, 18 Jun 2012 19:31:36 +0200 Subject: [PATCH] Trying to work around the fact that intercept doesn't respect remaining but invents its own default timeout --- .../scala/akka/remote/Ticket1978CommunicationSpec.scala | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala b/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala index 505ce180cf..eb7c249b9c 100644 --- a/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala +++ b/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala @@ -24,6 +24,12 @@ object Configuration { private val conf = """ akka { actor.provider = "akka.remote.RemoteActorRefProvider" + test { + single-expect-default = 30s + filter-leeway = 30s + default-timeout = 30s + } + remote.netty { hostname = localhost ssl {