Click or drag to resize
Akka.NETTestKitSettingsTestTimeFactor Property
Gets the timefactor by which all values are scaled by.

The tight timeouts you use during testing on your lightning-fast notebook will invariably lead to spurious test failures on the heavily loaded CI server. To account for this situation, all maximum durations are internally scaled by this factor, which defaults to 1. To change this value set configuration "akka.test.timefactor" to a positive double/integer.

You can scale other durations with the same factor by using the Testkit.Dilated

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public double TestTimeFactor { get; }

Property Value

Type: Double
See Also