Skip to content

Commit

Permalink
Merge pull request #106782 from palnabarun/automated-cherry-pick-of-#…
Browse files Browse the repository at this point in the history
…106716-upstream-release-1.23

Automated cherry pick of #106716: bump TestHTTP1DoNotReuseRequestAfterTimeout timeout

Kubernetes-commit: a3fc39c3e3c43a32c9047d91b005bbc5c4b77229
  • Loading branch information
k8s-publishing-bot committed Dec 4, 2021
2 parents 17bbf03 + 0d94476 commit c752eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},
Expand Down

0 comments on commit c752eaa

Please sign in to comment.