Skip to content

Commit d220360

Browse files
authored
update test variable (#3285)
1 parent ef80a78 commit d220360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/cloudwatch/src/it/java/software/amazon/awssdk/services/cloudwatch/CloudWatchIntegrationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
*/
6868
public class CloudWatchIntegrationTest extends AwsIntegrationTestBase {
6969

70-
private static final int ONE_WEEK_IN_MILLISECONDS = 365 * 1000 * 60 * 60 * 24 * 7;
70+
private static final int ONE_WEEK_IN_MILLISECONDS = 1000 * 60 * 60 * 24 * 7;
7171
private static final int ONE_HOUR_IN_MILLISECONDS = 1000 * 60 * 60;
7272
/** The CloudWatch client for all tests to use. */
7373
private static CloudWatchClient cloudwatch;

0 commit comments

Comments
 (0)