Sets the maximum amount of time (in seconds) the tests can run before they are canceled. The default is an infinite time to run.

Namespace:  Gallio.MSBuildTasks
Assembly:  Gallio.MSBuildTasks (in Gallio.MSBuildTasks.dll) Version: 3.2.0.0 (3.2.528.0)

Syntax

C#
public double RunTimeLimit { set; }
Visual Basic (Declaration)
Public WriteOnly Property RunTimeLimit As Double

See Also