Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for onTimeout (0.13 sec)

  1. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    							Name: wellknown.RedisProxy,
    							ConfigType: &listener.Filter_TypedConfig{
    								TypedConfig: protoconv.MessageToAny(&redis.RedisProxy{
    									Settings: &redis.RedisProxy_ConnPoolSettings{
    										OpTimeout: durationpb.New(time.Second * 5),
    									},
    								}),
    							},
    						},
    					},
    				},
    			},
    		},
    		{
    			Name: "network-filter-to-be-replaced-not-found",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenSnapshotResolveIntegrationTest.groovy

            run 'retrieve'
        }
    
        def "uses cached snapshots from a Maven HTTP repository until the snapshot timeout is reached"() {
            given:
            buildFile << """
    if (project.hasProperty('noTimeout')) {
        configurations.all {
            resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
        }
    }
    
    dependencies {
        compile "org.gradle.integtests.resolve:unique:1.0-SNAPSHOT"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 39K bytes
    - Viewed (0)
Back to top