From d220360a0ec187c03258ddfa725c6abbe6801af6 Mon Sep 17 00:00:00 2001 From: Anna-Karin Salander Date: Fri, 8 Jul 2022 10:39:45 -0700 Subject: [PATCH] update test variable (#3285) --- .../awssdk/services/cloudwatch/CloudWatchIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cloudwatch/src/it/java/software/amazon/awssdk/services/cloudwatch/CloudWatchIntegrationTest.java b/services/cloudwatch/src/it/java/software/amazon/awssdk/services/cloudwatch/CloudWatchIntegrationTest.java index 9641cd2f2b53..01722140044f 100644 --- a/services/cloudwatch/src/it/java/software/amazon/awssdk/services/cloudwatch/CloudWatchIntegrationTest.java +++ b/services/cloudwatch/src/it/java/software/amazon/awssdk/services/cloudwatch/CloudWatchIntegrationTest.java @@ -67,7 +67,7 @@ */ public class CloudWatchIntegrationTest extends AwsIntegrationTestBase { - private static final int ONE_WEEK_IN_MILLISECONDS = 365 * 1000 * 60 * 60 * 24 * 7; + private static final int ONE_WEEK_IN_MILLISECONDS = 1000 * 60 * 60 * 24 * 7; private static final int ONE_HOUR_IN_MILLISECONDS = 1000 * 60 * 60; /** The CloudWatch client for all tests to use. */ private static CloudWatchClient cloudwatch;