use correct timeout for pod startup wait

Signed-off-by: Ashutosh Kumar <sonasingh46@gmail.com>
This commit is contained in:
Ashutosh Kumar 2022-09-29 21:13:56 +05:30
parent 20936e51b8
commit 17ecb9f740

View File

@ -118,7 +118,7 @@ var _ = utils.SIGDescribe("[Feature:NodeOutOfServiceVolumeDetach] [Disruptive] [
LabelSelector: labelSelectorStr,
FieldSelector: fields.OneTermNotEqualSelector("spec.nodeName", oldNodeName).String(),
}
_, err = e2epod.WaitForAllPodsCondition(c, ns, podListOpts, 1, "running and ready", framework.PodListTimeout, testutils.PodRunningReady)
_, err = e2epod.WaitForAllPodsCondition(c, ns, podListOpts, 1, "running and ready", framework.PodStartTimeout, testutils.PodRunningReady)
framework.ExpectNoError(err)
// Bring the node back online and remove the taint