Searched refs:AUDIT_LOG_RETRIES (Results 1 – 1 of 1) sorted by relevance
86 private static final int AUDIT_LOG_RETRIES = 10; field in DynamicCodeLoggerIntegrationTests343 for (int i = 0; i < AUDIT_LOG_RETRIES; i++) { in runTest()