mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #129808 from soltysh/port-forward_timeout
e2e: bump port-forward timeout
This commit is contained in:
commit
03bf94bac0
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user