Searched refs:THROTTLING_DURATION_MIN (Results 1 – 1 of 1) sorted by relevance
100 private static final int THROTTLING_DURATION_MIN = 10; field in RescuePartyTest469 long beforeTimeout = now - TimeUnit.MINUTES.toMillis(THROTTLING_DURATION_MIN - 1); in testThrottlingOnBootFailures()481 long beforeTimeout = now - TimeUnit.MINUTES.toMillis(THROTTLING_DURATION_MIN - 1); in testThrottlingOnAppCrash()493 long afterTimeout = now - TimeUnit.MINUTES.toMillis(THROTTLING_DURATION_MIN + 1); in testNotThrottlingAfterTimeoutOnBootFailures()504 long afterTimeout = now - TimeUnit.MINUTES.toMillis(THROTTLING_DURATION_MIN + 1); in testNotThrottlingAfterTimeoutOnAppCrash()