Use PodStartShort for node deletion timeout.

This commit is contained in:
Kermit Alexander 2021-11-17 17:35:24 +00:00
parent 5acb667ce9
commit 57b3727966

View File

@ -132,7 +132,7 @@ var _ = SIGDescribe("Nodes [Disruptive]", func() {
ginkgo.By("waiting 2 minutes for the watch in the podGC to catch up, remove any pods scheduled on " +
"the now non-existent node and the RC to recreate it")
time.Sleep(2 * time.Minute)
time.Sleep(framework.NewTimeoutContextWithDefaults().PodStartShort)
ginkgo.By("verifying whether the pods from the removed node are recreated")
err = e2epod.VerifyPods(c, ns, name, true, originalNodeCount)