mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Merge pull request #112790 from sonasingh46/timeout
use correct timeout for pod startup wait
This commit is contained in:
		@@ -118,7 +118,7 @@ var _ = utils.SIGDescribe("[Feature:NodeOutOfServiceVolumeDetach] [Disruptive] [
 | 
				
			|||||||
				LabelSelector: labelSelectorStr,
 | 
									LabelSelector: labelSelectorStr,
 | 
				
			||||||
				FieldSelector: fields.OneTermNotEqualSelector("spec.nodeName", oldNodeName).String(),
 | 
									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)
 | 
								framework.ExpectNoError(err)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			// Bring the node back online and remove the taint
 | 
								// Bring the node back online and remove the taint
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user