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