Click or drag to resize
Akka.NETTestKitSettingsDefaultTimeout Property
Gets the default timeout as specified in the setting akka.test.default-timeout. Typically used for Ask-timeouts. It is always finite.

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

Property Value

Type: TimeSpan
See Also