Skip to content

Commit

Permalink
update test variable (#3285)
Browse files Browse the repository at this point in the history
  • Loading branch information
cenedhryn committed Jul 8, 2022
1 parent ef80a78 commit d220360
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit d220360

Please sign in to comment.