make random router test less random, hopefully fixes #2293
This commit is contained in:
parent
d0b41c19ce
commit
a6a3ee1954
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ class ConfiguredLocalRoutingSpec extends AkkaSpec(ConfiguredLocalRoutingSpec.con
|
||||||
|
|
||||||
"deliver messages in a random fashion" in {
|
"deliver messages in a random fashion" in {
|
||||||
val connectionCount = 10
|
val connectionCount = 10
|
||||||
val iterationCount = 10
|
val iterationCount = 100
|
||||||
val doneLatch = new TestLatch(connectionCount)
|
val doneLatch = new TestLatch(connectionCount)
|
||||||
|
|
||||||
val counter = new AtomicInteger
|
val counter = new AtomicInteger
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue