Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shangabl committed Dec 29, 2022
1 parent d31e948 commit 1dbf8d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class TestDeviceDefenderFeature : public ::testing::Test
TEST_F(TestDeviceDefenderFeature, VerifyViolations)
{
vector<ActiveViolation> violations;
// Check for active violations for 10 minutes 30 seconds. Metrics interval is five minutes.
int maxWaitTime = 630;
while (maxWaitTime > 0)
{
Expand Down

0 comments on commit 1dbf8d9

Please sign in to comment.