Merge pull request #106716 from aojea/http1_flake_timeout

bump TestHTTP1DoNotReuseRequestAfterTimeout timeout
This commit is contained in:
Kubernetes Prow Robot 2021-11-29 13:23:22 -08:00 committed by GitHub
commit c1153d3353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2995,7 +2995,7 @@ func TestHTTP1DoNotReuseRequestAfterTimeout(t *testing.T) {
config := &Config{
Host: ts.URL,
Transport: utilnet.SetTransportDefaults(transport),
Timeout: 100 * time.Millisecond,
Timeout: 1 * time.Second,
// These fields are required to create a REST client.
ContentConfig: ContentConfig{
GroupVersion: &schema.GroupVersion{},