Skip to content

Commit 0a362a3

Browse files
authored
Merge pull request #20 from aws-observability/fix-eu-central-2-metric-error
Increase metric validation wait time to ~15 minutes
2 parents c30281c + c81f531 commit 0a362a3

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)