Skip to content

Commit c81f531

Browse files
committed
Increase metric validation wait time to ~15 minutes
1 parent c30281c commit c81f531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/src/main/java/com/amazon/aoc/validators/CWMetricValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
@Log4j2
4242
public class CWMetricValidator implements IValidator {
43-
private static int DEFAULT_MAX_RETRY_COUNT = 30;
43+
private static int DEFAULT_MAX_RETRY_COUNT = 80;
4444

4545
private MustacheHelper mustacheHelper = new MustacheHelper();
4646
private ICaller caller;

0 commit comments

Comments
 (0)