Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Every (0.12 sec)

  1. src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java

        // Test timeout scenarios
        public void test_command_timeout_configuration() throws Exception {
            // Test timeout configuration without triggering component dependencies
            generator.setCommandTimeout(100L); // Very short timeout
            generator.setCommandDestroyTimeout(50L);
    
            // Test that timeout values are set (we can't verify execution without components)
            assertTrue("Timeout values should be configurable", true);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 16.4K bytes
    - Viewed (0)
  2. guava-gwt/pom.xml

                  <!-- Fix OutOfMemoryError under Travis. -->
                  <extraJvmArgs>-Xms3500m -Xmx3500m -Xss1024k</extraJvmArgs>
                  <sourceLevel>1.8</sourceLevel>
                  <!-- Keep these timeouts very large because, if we hit the timeout, the tests silently pass :( -->
                  <testTimeOut>86400 <!-- seconds --></testTimeOut>
                  <testMethodTimeout>1440 <!-- minutes --></testMethodTimeout>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 19.4K bytes
    - Viewed (0)
Back to top