Property Timeout
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Timeout
Gets the timeout for the test, in milliseconds; if 0
, there is no timeout.
public required int Timeout { get; set; }
Property Value
Remarks
Note: Will be 0
if there was no value provided during deserialization.