NUnitTask.

Timeout Property

Summary

Cancel the individual tests if they do not finish in the specified time (measured in milliseconds). Ignored if fork is disabled.
Assembly
NAnt.NUnit1.dll
Namespace
NAnt.NUnit1.Tasks
Containing Type
NUnitTask

Syntax

[TaskAttribute("timeout")]
public int Timeout { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
int