Property Timeout
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Timeout
Gets 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 null
,
the data rows will inherit their timeout from Timeout.
int? Timeout { get; }
Property Value
- int?