Change loglevel to info, gossiping verification done, see #2195

This commit is contained in:
Patrik Nordwall 2012-06-08 09:41:42 +02:00
parent 56735477b8
commit 233b9a6291

View file

@ -24,7 +24,7 @@ object SunnyWeatherMultiJvmSpec extends MultiNodeConfig {
gossip-interval = 400 ms
nr-of-deputy-nodes = 0
}
akka.loglevel = DEBUG
akka.loglevel = INFO
"""))
}
@ -61,7 +61,7 @@ abstract class SunnyWeatherSpec
}
})
for (n 1 to 40) {
for (n 1 to 30) {
testConductor.enter("period-" + n)
unexpected.get must be(null)
awaitUpConvergence(roles.size)