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