make random router test less random, hopefully fixes #2293

This commit is contained in:
Roland 2012-08-01 12:11:51 +02:00
parent d0b41c19ce
commit a6a3ee1954

View file

@ -231,7 +231,7 @@ class ConfiguredLocalRoutingSpec extends AkkaSpec(ConfiguredLocalRoutingSpec.con
"deliver messages in a random fashion" in {
val connectionCount = 10
val iterationCount = 10
val iterationCount = 100
val doneLatch = new TestLatch(connectionCount)
val counter = new AtomicInteger