3 references to s_maxExecutionTime
RunTests (3)
AssemblyScheduler.cs (3)
74
limit:
s_maxExecutionTime
.TotalSeconds);
82
.Where(kvp => kvp.Value >
s_maxExecutionTime
)
87
ConsoleUtil.Warning($"There are {longTests.Count} tests have execution times greater than the maximum execution time of {
s_maxExecutionTime
}");