Searched refs:maxRuns (Results 1 – 1 of 1) sorted by relevance
2456 private void runWhileScheduledUpTo(int maxRuns) { in runWhileScheduledUpTo() argument2459 if (runs > maxRuns) { in runWhileScheduledUpTo()2461 "Pipeline scheduled itself more than " + maxRuns + "times"); in runWhileScheduledUpTo()