Gets or sets the fixture timeout in minutes.

Namespace: MbUnit.Core.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int TimeOut { get; set; }
Public Property TimeOut As Integer
public:
property int TimeOut {
	int get ();
	void set (int value);
}

Field Value

Time out minutes.

Remarks

Default value is 5 minutes.

See Also