- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testServiceStartupTimes (0.25 sec)
-
android/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java
private static class FailStopService extends NoOpService { @Override protected void doStop() { notifyFailed(new IllegalStateException("stop failure")); } } public void testServiceStartupTimes() { if (isWindows() && isJava8()) { // Flaky there: https://github.com/google/guava/pull/6731#issuecomment-1736298607 return; } Service a = new NoOpDelayedService(150);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:51:36 UTC 2024 - 25.5K bytes - Viewed (0)