- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_waitForNext_withZeroInterval (0.11 sec)
-
src/test/java/org/codelibs/fess/helper/AbstractConfigHelperTest.java
// Generous tolerance for CI environments like GitHub Actions assertTrue("Expected less than 200ms sleep, got " + elapsed + "ms", elapsed < 200); } public void test_waitForNext_withZeroInterval() { configHelper.setReloadInterval(0L); long startTime = System.currentTimeMillis(); configHelper.waitForNext(); long endTime = System.currentTimeMillis();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 00:03:47 UTC 2025 - 4.7K bytes - Viewed (0)