Table of Contents

Property LongRunningTestSecondsOrDefault

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

LongRunningTestSecondsOrDefault

Gets the number of seconds that a test can run before being considered "long running". If the value is not set, returns the default value (-1).

public int LongRunningTestSecondsOrDefault { get; }

Property Value

int