Trying to work around the fact that intercept doesn't respect remaining but invents its own default timeout

This commit is contained in:
Viktor Klang 2012-06-18 19:31:36 +02:00
parent 8eca3692c8
commit a9f258b23e

View file

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