[e2e] Bump up pod deletion time for source pod IP test

pull/6/head
Zihong Zheng 2017-04-12 09:16:47 -07:00
parent c9014b1029
commit 07213b6dff
1 changed files with 1 additions and 1 deletions

View File

@ -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)