Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for sleepTime (0.05 seconds)

  1. src/test/java/org/codelibs/fess/it/CrawlTestBase.java

                if (count % 5 == 0 && sleepTime < 300) {
                    sleepTime = Math.min((long) (sleepTime * 1.5), 300);
                }
            }
            if (1500 <= count) {
                logger.info("Time out: Failed to start crawler)");
                fail(); // Time Out
            }
    
            logger.info("Crawler is running");
            count = 0;
            isRunning = true;
            sleepTime = 100; // Reset to 100ms for termination wait
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 10.6K bytes
    - Click Count (0)
Back to Top