Merge pull request #129808 from soltysh/port-forward_timeout

e2e: bump port-forward timeout
This commit is contained in:
Kubernetes Prow Robot 2025-01-25 09:15:22 -08:00 committed by GitHub
commit 03bf94bac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -640,7 +640,7 @@ var _ = SIGDescribe("Kubectl Port forwarding", func() {
ginkgo.By("Send a http request to verify port-forward working")
client := http.Client{
Timeout: 10 * time.Second,
Timeout: 15 * time.Second,
}
resp, err := client.Get(fmt.Sprintf("http://127.0.0.1:%d/", cmd.port))
framework.ExpectNoError(err, "couldn't get http response from port-forward")