Property Timeout
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Timeout
Sets a value to determine if the data rows provided by this data provider should include a timeout (in milliseconds). If greater than zero, the data rows will have the given timeout; if zero or less, the data rows will not have a timeout; if unset, the data rows will inherit their timeout from Timeout.
public int Timeout { get; set; }