Table of Contents

Property LongRunningTestTime

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

LongRunningTestTime

Gets or sets the time after which to report long running tests. If the time span specified here is not greater than Zero, then long running tests will not be detected.

public TimeSpan LongRunningTestTime { get; set; }

Property Value

TimeSpan