TestEngineSettings.

TimeoutSeconds Property

Summary

Specifies a timeout for a test job run in seconds. If a test job runs for the specified amount of time, TestEngine stops it with the FAILED status.

Syntax

public Nullable<int> TimeoutSeconds { get; set; }

Value

Type Description
Nullable<int>