Merge pull request #96691 from ii/fix-e2e-timeout
Increase timeout for pod lifecycle test to reach pod status=ready
This commit is contained in:
		@@ -59,7 +59,7 @@ const (
 | 
				
			|||||||
	maxBackOffTolerance  = time.Duration(1.3 * float64(kubelet.MaxContainerBackOff))
 | 
						maxBackOffTolerance  = time.Duration(1.3 * float64(kubelet.MaxContainerBackOff))
 | 
				
			||||||
	podRetryPeriod       = 1 * time.Second
 | 
						podRetryPeriod       = 1 * time.Second
 | 
				
			||||||
	podRetryTimeout      = 1 * time.Minute
 | 
						podRetryTimeout      = 1 * time.Minute
 | 
				
			||||||
	podReadyTimeout      = 1 * time.Minute
 | 
						podReadyTimeout      = 2 * time.Minute
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// testHostIP tests that a pod gets a host IP
 | 
					// testHostIP tests that a pod gets a host IP
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user