We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30281c commit c81f531Copy full SHA for c81f531
validator/src/main/java/com/amazon/aoc/validators/CWMetricValidator.java
@@ -40,7 +40,7 @@
40
41
@Log4j2
42
public class CWMetricValidator implements IValidator {
43
- private static int DEFAULT_MAX_RETRY_COUNT = 30;
+ private static int DEFAULT_MAX_RETRY_COUNT = 80;
44
45
private MustacheHelper mustacheHelper = new MustacheHelper();
46
private ICaller caller;
0 commit comments