mirror of https://github.com/k3s-io/k3s
[e2e] Bump up pod deletion time for source pod IP test
parent
c9014b1029
commit
07213b6dff
|
@ -364,7 +364,7 @@ func ProxyMode(f *Framework) (string, error) {
|
|||
},
|
||||
}
|
||||
f.PodClient().CreateSync(pod)
|
||||
defer f.PodClient().DeleteSync(pod.Name, &metav1.DeleteOptions{}, time.Minute)
|
||||
defer f.PodClient().DeleteSync(pod.Name, &metav1.DeleteOptions{}, DefaultPodDeletionTimeout)
|
||||
|
||||
cmd := "curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode"
|
||||
stdout, err := RunHostCmd(pod.Namespace, pod.Name, cmd)
|
||||
|
|
Loading…
Reference in New Issue