3 references to s_maxExecutionTime
RunTests (3)
AssemblyScheduler.cs (3)
100
isOverLimitFunc: (accumulatedExecutionTime) => accumulatedExecutionTime >=
s_maxExecutionTime
,
279
if (totalExecutionTime >
s_maxExecutionTime
)
283
ConsoleUtil.Warning($"Work item {workItem.PartitionIndex} estimated execution {totalExecutionTime} time exceeds max execution time {
s_maxExecutionTime
}.");