NAnt SDK Documentation - v0.92 |
|
NUnitTask.Timeout Property
Cancel the individual tests if they do not finish in the specified time (measured in milliseconds). Ignored if fork is disabled.
[Visual Basic]
<TaskAttribute(Name:="timeout", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Timeout As
Integer
[C#]
[TaskAttribute(Name="timeout", Required=False, ExpandProperties=True, ProcessXml=True)]
public
int Timeout {get; set;}
See Also
NUnitTask Class | NAnt.NUnit1.Tasks Namespace