Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,703 for 3000 (0.07 sec)

  1. fess-crawler-lasta/src/test/java/org/codelibs/fess/crawler/CrawlerTest.java

                crawler.getCrawlerContext().setMaxAccessCount(maxCount);
                crawler.getCrawlerContext().setNumOfThread(numOfThread);
                final String sessionId = crawler.execute();
                Thread.sleep(3000);
                assertEquals(CrawlerStatus.RUNNING, crawler.crawlerContext.getStatus());
                crawler.awaitTermination();
                assertEquals(maxCount, dataService.getCount(sessionId));
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 12K bytes
    - Viewed (0)
  2. docs/recipes.md

    === ":material-language-kotlin: Kotlin"
        ```kotlin
          private val client = OkHttpClient()
    
          fun run() {
            val request = Request.Builder()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Fri Feb 18 08:52:22 UTC 2022
    - 40.2K bytes
    - Viewed (0)
  3. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/DefaultDaemonConnector.java

    public class DefaultDaemonConnector implements DaemonConnector {
        private static final Logger LOGGER = Logging.getLogger(DefaultDaemonConnector.class);
        public static final int DEFAULT_CONNECT_TIMEOUT = 30000;
        public static final int CANCELED_WAIT_TIMEOUT = 3000;
        private final DaemonRegistry daemonRegistry;
        protected final OutgoingConnector connector;
        private final DaemonStarter daemonStarter;
        private final DaemonStartListener startListener;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  4. plugin/pkg/admission/security/podsecurity/admission_test.go

    		UID:        types.UID("7610a7f4-8f80-4f88-95b5-as765as76f55"),
    		Controller: pointer.Bool(true),
    	}
    
    	// number of warnings printed for the entire namespace
    	namespaceWarningCount := 1
    
    	podCount := 3000
    	objects := make([]runtime.Object, 0, podCount+1)
    	objects = append(objects, enforceNamespaceBaselineV1)
    	for i := 0; i < podCount; i++ {
    		v1PodCopy := v1Pod.DeepCopy()
    		v1PodCopy.Name = fmt.Sprintf("pod%d", i)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 15 01:29:47 UTC 2022
    - 10.7K bytes
    - Viewed (0)
  5. pkg/kubelet/stats/cri_stats_provider_test.go

    	// This offset offsetCRI is to distinguish it from Cadvisor stats
    	offsetCRI = 1000
    )
    
    const (
    	seedRoot       = 0
    	seedKubelet    = 200
    	seedMisc       = 300
    	seedSandbox0   = 1000
    	seedContainer0 = 2000
    	seedSandbox1   = 3000
    	seedContainer1 = 4000
    	seedContainer2 = 5000
    	seedSandbox2   = 6000
    	seedContainer3 = 7000
    	seedSandbox3   = 8000
    )
    
    const (
    	pName0 = "pod0"
    	pName1 = "pod1"
    	pName2 = "pod2"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  6. platforms/core-execution/persistent-cache/src/integTest/groovy/org/gradle/cache/internal/DefaultFileLockManagerContentionIntegrationTest.groovy

            }
            receivingLock.close()
            then:
            build.waitForFinish()
            pingRequestCount == 3 || pingRequestCount == 4
            timer.elapsedMillis > 3000 // See: DefaultFileLockContentionHandler.PING_DELAY
        }
    
        def "the lock holder starts the release request only once and discards additional requests in the meantime"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  7. pkg/volume/csi/csi_attacher_test.go

    			}
    		}
    	}
    }
    
    func TestAttacherMountDevice(t *testing.T) {
    	pvName := "test-pv"
    	var testFSGroup int64 = 3000
    	nonFinalError := volumetypes.NewUncertainProgressError("")
    	transientError := volumetypes.NewTransientOperationFailure("")
    
    	testCases := []struct {
    		testName                       string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  8. pilot/pkg/networking/telemetry/telemetry_test.go

    			}
    		})
    	}
    }
    
    func TestTraceOperation(t *testing.T) {
    	tests := []struct {
    		host  string
    		port  int
    		match string
    	}{
    		{"localhost", 3000, "localhost:3000/*"},
    		{"127.0.0.1", 3000, "127.0.0.1:3000/*"},
    		{"::1", 3000, "[::1]:3000/*"},
    		{"2001:4860:0:2001::68", 3000, "[2001:4860:0:2001::68]:3000/*"},
    	}
    	for _, tt := range tests {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 02:38:43 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    			requestedPod: st.MakePod().
    				Req(map[v1.ResourceName]string{"cpu": "3000", "memory": "5000"}).
    				Obj(),
    			nodes: []*v1.Node{
    				st.MakeNode().Name("node1").Capacity(map[v1.ResourceName]string{"cpu": "4000", "memory": "10000"}).Obj(),
    				st.MakeNode().Name("node2").Capacity(map[v1.ResourceName]string{"cpu": "6000", "memory": "10000"}).Obj(),
    			},
    			existingPods: []*v1.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  10. fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerTest.java

                crawler.getCrawlerContext().setMaxAccessCount(maxCount);
                crawler.getCrawlerContext().setNumOfThread(numOfThread);
                final String sessionId = crawler.execute();
                Thread.sleep(3000);
                assertEquals(CrawlerStatus.RUNNING, crawler.crawlerContext.getStatus());
                crawler.awaitTermination();
                assertEquals(maxCount, dataService.getCount(sessionId));
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 18K bytes
    - Viewed (0)
Back to top