Searched refs:maxRetries (Results 1 – 3 of 3) sorted by relevance
136 int maxRetries = 5139 for (int attempt = 0; attempt < maxRetries; attempt++) {
143 int maxRetries = 5146 for (int attempt = 0; attempt < maxRetries; attempt++) {
451 int maxRetries = 0; in getMaximumRetriesCount() local453 maxRetries = (int) Math.max(maxRetries, test.get("test_retry").isNumber().getValue()); in getMaximumRetriesCount()455 return maxRetries; in getMaximumRetriesCount()