Partilhar via


Propriedade TestRunConfiguration.TestTimeout

Obtém ou define o limite de tempo para teste.

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

Sintaxe

'Declaração
Public Property TestTimeout As Integer
public int TestTimeout { get; set; }
public:
property int TestTimeout {
    int get ();
    void set (int value);
}
member TestTimeout : int with get, set
function get TestTimeout () : int
function set TestTimeout (value : int)

Valor de propriedade

Tipo: System.Int32
Limite de tempo para teste.

Exceções

Exceção Condição
Common_CannotBeLessThanZero

< Tempo limite de 0.

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common