mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +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() {
|
||||
for _, pod := range test.testPods {
|
||||
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")
|
||||
|
Loading…
Reference in New Issue
Block a user