Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_delayByRules (0.18 seconds)

  1. src/test/java/org/codelibs/fess/helper/IntervalControlHelperTest.java

            end = System.currentTimeMillis();
            assertTrue(end - start >= 100); // Should wait until crawler is running
            thread.join();
        }
    
        @Test
        public void test_delayByRules() throws ParseException {
            IntervalControlHelper helper = createHelper("12:15", 1);
    
            // Test with no rules
            long start = System.currentTimeMillis();
            helper.delayByRules();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 13.6K bytes
    - Click Count (0)
Back to Top