mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
use default timeout
This commit is contained in:
parent
55d500e610
commit
6a0d5506c2
@ -231,7 +231,7 @@ func containerGCTest(f *framework.Framework, test testRun) {
|
|||||||
AfterEach(func() {
|
AfterEach(func() {
|
||||||
for _, pod := range test.testPods {
|
for _, pod := range test.testPods {
|
||||||
By(fmt.Sprintf("Deleting Pod %v", pod.podName))
|
By(fmt.Sprintf("Deleting Pod %v", pod.podName))
|
||||||
f.PodClient().DeleteSync(pod.podName, &metav1.DeleteOptions{}, defaultRuntimeRequestTimeoutDuration)
|
f.PodClient().DeleteSync(pod.podName, &metav1.DeleteOptions{}, podDisappearTimeout)
|
||||||
}
|
}
|
||||||
|
|
||||||
By("Making sure all containers get cleaned up")
|
By("Making sure all containers get cleaned up")
|
||||||
|
Loading…
Reference in New Issue
Block a user