Change loglevel to info, gossiping verification done, see #2195
This commit is contained in:
parent
56735477b8
commit
233b9a6291
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue