diff --git a/akka-actor-tests/src/test/scala/akka/dispatch/ForkJoinPoolStarvationSpec.scala b/akka-actor-tests/src/test/scala/akka/dispatch/ForkJoinPoolStarvationSpec.scala index 5f7cb0b0da..66099e94f9 100644 --- a/akka-actor-tests/src/test/scala/akka/dispatch/ForkJoinPoolStarvationSpec.scala +++ b/akka-actor-tests/src/test/scala/akka/dispatch/ForkJoinPoolStarvationSpec.scala @@ -10,11 +10,11 @@ import com.typesafe.config.ConfigFactory object ForkJoinPoolStarvationSpec { val config = ConfigFactory.parseString(""" + |akka.actor.serialize-messages = off |actorhang { - | | task-dispatcher { | mailbox-type = "akka.dispatch.SingleConsumerOnlyUnboundedMailbox" - | throughput = 100 + | throughput = 5 | fork-join-executor { | parallelism-factor = 2 | parallelism-max = 2