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
- NUnit3Settings
Syntax
public int? Timeout { get; set; }
Value
Type | Description |
---|---|
int? | The timeout in milliseconds. |