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