Merge pull request #1079 from akka/wip-2954-transport-startup-timeout-patriknw
Increase remoting startup/shutdown timeouts, see #2954
This commit is contained in:
commit
6440e385f1
2 changed files with 4 additions and 4 deletions
|
|
@ -25,8 +25,8 @@ class RemoteConfigSpec extends AkkaSpec(
|
|||
val settings = RARP(system).provider.remoteSettings
|
||||
import settings._
|
||||
|
||||
StartupTimeout must be === Timeout(5.seconds)
|
||||
ShutdownTimeout must be === Timeout(5.seconds)
|
||||
StartupTimeout must be === Timeout(10.seconds)
|
||||
ShutdownTimeout must be === Timeout(10.seconds)
|
||||
FlushWait must be === 2.seconds
|
||||
UsePassiveConnections must be(true)
|
||||
UntrustedMode must be(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue