We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef80a78 commit d220360Copy full SHA for d220360
services/cloudwatch/src/it/java/software/amazon/awssdk/services/cloudwatch/CloudWatchIntegrationTest.java
@@ -67,7 +67,7 @@
67
*/
68
public class CloudWatchIntegrationTest extends AwsIntegrationTestBase {
69
70
- 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;
71
private static final int ONE_HOUR_IN_MILLISECONDS = 1000 * 60 * 60;
72
/** The CloudWatch client for all tests to use. */
73
private static CloudWatchClient cloudwatch;
0 commit comments