Summary
Gets or sets the default timeout to be used for test cases in this run.
If any test exceeds the timeout value, it is cancelled and reported as an error.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnitSettings
Syntax
public int? Timeout { get; set; }
Value
Type | Description |
---|---|
int? | The default timeout to be used for test cases in this run. |