Compartilhar via


Propriedade TestRunConfiguration.TestTimeout

Obtém ou define o tempo limite para testes.

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

Sintaxe

'Declaração
Public Property TestTimeout As Integer
    Get
    Set
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

Limite de tempo < 0.

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common