diff --git a/src/core/Akka.Tests.Performance/Dispatch/DispatcherThroughputSpecBase.cs b/src/core/Akka.Tests.Performance/Dispatch/DispatcherThroughputSpecBase.cs index 449a45399c1..4b19b384ab1 100644 --- a/src/core/Akka.Tests.Performance/Dispatch/DispatcherThroughputSpecBase.cs +++ b/src/core/Akka.Tests.Performance/Dispatch/DispatcherThroughputSpecBase.cs @@ -25,7 +25,7 @@ public abstract class ColdDispatcherThroughputSpecBase protected abstract MessageDispatcherConfigurator Configurator(); private const string DispatcherCounterName = "ScheduledActionCompleted"; - private const long ScheduleCount = 10000; + private const long ScheduleCount = 1000000; private Counter _dispatcherCounter;