Trying to work around the fact that intercept doesn't respect remaining but invents its own default timeout
This commit is contained in:
parent
8eca3692c8
commit
a9f258b23e
1 changed files with 6 additions and 0 deletions
|
|
@ -24,6 +24,12 @@ object Configuration {
|
||||||
private val conf = """
|
private val conf = """
|
||||||
akka {
|
akka {
|
||||||
actor.provider = "akka.remote.RemoteActorRefProvider"
|
actor.provider = "akka.remote.RemoteActorRefProvider"
|
||||||
|
test {
|
||||||
|
single-expect-default = 30s
|
||||||
|
filter-leeway = 30s
|
||||||
|
default-timeout = 30s
|
||||||
|
}
|
||||||
|
|
||||||
remote.netty {
|
remote.netty {
|
||||||
hostname = localhost
|
hostname = localhost
|
||||||
ssl {
|
ssl {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue