Change wrong netty port conf in tests

This commit is contained in:
Patrik Nordwall 2013-01-24 09:53:18 +01:00
parent 65d86ba520
commit 4a5695f9d8
4 changed files with 5 additions and 7 deletions

View file

@ -27,7 +27,7 @@ object ClusterSpec {
}
akka.actor.provider = "akka.cluster.ClusterActorRefProvider"
akka.remote.log-remote-lifecycle-events = off
akka.remote.netty.port = 0
akka.remoting.transports.tcp.port = 0
# akka.loglevel = DEBUG
"""