TestKitSettings..::..DefaultTimeout Property

Gets the default timeout as specified in the setting akka.test.default-timeout. If not specified, a default value of 1 second will be returned.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll)

Syntax


public TimeSpan DefaultTimeout { get; }
Public ReadOnly Property DefaultTimeout As TimeSpan
	Get
public:
property TimeSpan^ DefaultTimeout {
	TimeSpan^ get ();
}