Searched refs:maxShard (Results 1 – 1 of 1) sorted by relevance
119 int maxShard = Math.min(shardCount, shardableTests.size()); in shardConfig() local120 CountDownLatch tracker = new CountDownLatch(maxShard); in shardConfig()125 for (int i = 0; i < maxShard; i++) { in shardConfig()