Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_delayByRules (0.13 sec)

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

            helper.checkCrawlerStatus();
            end = System.currentTimeMillis();
            assertTrue(end - start >= 100); // Should wait until crawler is running
            thread.join();
        }
    
        public void test_delayByRules() throws ParseException {
            IntervalControlHelper helper = createHelper("12:15", 1);
    
            // Test with no rules
            long start = System.currentTimeMillis();
            helper.delayByRules();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 13.1K bytes
    - Viewed (0)
Back to top