Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestRunConfiguration::RunTimeout Property

 

Gets or sets the time limit for the test run.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
property int RunTimeout {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The time limit for the test run.

Exception Condition
T:Messages.Common_CannotBeLessThanZero

Time limit < 0.

Return to top
Show: