Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 600 for itemout (0.4 sec)

  1. pilot/pkg/config/kube/crdclient/client_test.go

    		}
    		return nil
    	}, retry.Timeout(time.Second*10), retry.Converge(5))
    }
    
    // CheckIstioConfigTypes validates that an empty store can do CRUD operators on all given types
    func TestClient(t *testing.T) {
    	store, _ := makeClient(t, collections.PilotGatewayAPI().Union(collections.Kube), nil)
    	configName := "test"
    	configNamespace := "test-ns"
    	timeout := retry.Timeout(time.Millisecond * 200)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 02:58:52 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/http/ExpectMaxNConcurrentRequests.java

                            failure = state.timeout(exchange.getRequestMethod(), path, "waiting for other requests", describeCurrentState());
                        } else {
                            System.out.println(String.format("[%d] timeout waiting to be released", id));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencyUnresolvedModuleIntegrationTest.groovy

            } else {
                assert false: "Unsupported protocol: ${protocol}"
            }
        }
    
        def "fails single build script dependency resolution if #protocol connection exceeds timeout"() {
            given:
            blockingForProtocol(protocol, moduleA.pom)
            buildFile << """
                buildscript {
                    ${mavenRepository(mavenHttpRepo)}
    
                    dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 11:51:18 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  4. src/net/net.go

    	noDeadline = time.Time{}
    	noCancel   = (chan struct{})(nil)
    )
    
    type timeout interface {
    	Timeout() bool
    }
    
    func (e *OpError) Timeout() bool {
    	if ne, ok := e.Err.(*os.SyscallError); ok {
    		t, ok := ne.Err.(timeout)
    		return ok && t.Timeout()
    	}
    	t, ok := e.Err.(timeout)
    	return ok && t.Timeout()
    }
    
    type temporary interface {
    	Temporary() bool
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  5. istioctl/pkg/wait/wait.go

    					t.Stop()
    					return fmt.Errorf("unable to retrieve Kubernetes resource2 %s: %v", "", err)
    				case <-ctx.Done():
    					printVerbosef(cmd, "timeout")
    					// I think this means the timeout has happened:
    					t.Stop()
    					errTmpl := "timeout expired before resource %s became effective on %s"
    					var errMsg string
    					if proxyFlag != "" {
    						errMsg = fmt.Sprintf(errTmpl, targetResource, proxyFlag)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Feb 17 12:24:17 UTC 2024
    - 10.1K bytes
    - Viewed (1)
  6. hack/make-rules/test-e2e-node.sh

      cleanup=${CLEANUP:-"true"}
      delete_instances=${DELETE_INSTANCES:-"false"}
      preemptible_instances=${PREEMPTIBLE_INSTANCES:-"false"}
      test_suite=${TEST_SUITE:-"default"}
      if [[ -n "${TIMEOUT:-}" ]] ; then
        timeout_arg="--test-timeout=${TIMEOUT}"
      fi
    
      # Get the compute zone
      zone=${ZONE:-"$(gcloud info --format='value(config.properties.compute.zone.value)')"}
      if [[ ${zone} == "" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 16 09:46:28 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/Queues.java

       *
       * @param q the blocking queue to be drained
       * @param buffer where to add the transferred elements
       * @param numElements the number of elements to be waited for
       * @param timeout how long to wait before giving up, in units of {@code unit}
       * @param unit a {@code TimeUnit} determining how to interpret the timeout parameter
       * @return the number of elements transferred
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 16K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/dispatcher.go

    	if deadline, hasDeadline := ctx.Deadline(); hasDeadline {
    		// compute the timeout
    		if timeout := time.Until(deadline); timeout > 0 {
    			// if it's not an even number of seconds, round up to the nearest second
    			if truncated := timeout.Truncate(time.Second); truncated != timeout {
    				timeout = truncated + time.Second
    			}
    			// set the timeout
    			r.Timeout(timeout)
    		}
    	}
    
    	do := func() { err = r.Do(ctx).Into(response) }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  9. okhttp/src/main/kotlin/okhttp3/internal/cache2/Relay.kt

            return bytesRead
          } finally {
            synchronized(this@Relay) {
              upstreamReader = null
              ******@****.***All()
            }
          }
        }
    
        override fun timeout(): Timeout = timeout
    
        @Throws(IOException::class)
        override fun close() {
          if (fileOperator == null) return // Already closed.
          fileOperator = null
    
          var fileToClose: RandomAccessFile? = null
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  10. pkg/volume/util/util_test.go

    			},
    		},
    	}
    
    	timeout := CalculateTimeoutForVolume(50, 30, pv)
    	if timeout != 50 {
    		t.Errorf("Expected 50 for timeout but got %v", timeout)
    	}
    
    	pv.Spec.Capacity[v1.ResourceStorage] = resource.MustParse("2Gi")
    	timeout = CalculateTimeoutForVolume(50, 30, pv)
    	if timeout != 60 {
    		t.Errorf("Expected 60 for timeout but got %v", timeout)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.7K bytes
    - Viewed (0)
Back to top