diff --git a/integration-tests/source/devicedefender/DeviceDefenderIntegrationTests.cpp b/integration-tests/source/devicedefender/DeviceDefenderIntegrationTests.cpp index 778dd150..28d3666e 100644 --- a/integration-tests/source/devicedefender/DeviceDefenderIntegrationTests.cpp +++ b/integration-tests/source/devicedefender/DeviceDefenderIntegrationTests.cpp @@ -52,6 +52,7 @@ class TestDeviceDefenderFeature : public ::testing::Test TEST_F(TestDeviceDefenderFeature, VerifyViolations) { vector violations; + // Check for active violations for 10 minutes 30 seconds. Metrics interval is five minutes. int maxWaitTime = 630; while (maxWaitTime > 0) {