mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #106716 from aojea/http1_flake_timeout
bump TestHTTP1DoNotReuseRequestAfterTimeout timeout
This commit is contained in:
commit
c1153d3353
@ -2995,7 +2995,7 @@ func TestHTTP1DoNotReuseRequestAfterTimeout(t *testing.T) {
|
|||||||
config := &Config{
|
config := &Config{
|
||||||
Host: ts.URL,
|
Host: ts.URL,
|
||||||
Transport: utilnet.SetTransportDefaults(transport),
|
Transport: utilnet.SetTransportDefaults(transport),
|
||||||
Timeout: 100 * time.Millisecond,
|
Timeout: 1 * time.Second,
|
||||||
// These fields are required to create a REST client.
|
// These fields are required to create a REST client.
|
||||||
ContentConfig: ContentConfig{
|
ContentConfig: ContentConfig{
|
||||||
GroupVersion: &schema.GroupVersion{},
|
GroupVersion: &schema.GroupVersion{},
|
||||||
|
Loading…
Reference in New Issue
Block a user