NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
NUnitTask.Timeout Property
[This is preliminary documentation and subject to change.]
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;}
Remarks
Missing <remarks> documentation for P:NAnt.NUnit1.Tasks.NUnitTask.Timeout
See Also
NUnitTask Class | NAnt.NUnit1.Tasks Namespace