mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Merge pull request #108862 from mmiranda96/fix/stats_summary_ubuntu
Increase timeout for stats/summary check
This commit is contained in:
		@@ -411,7 +411,7 @@ func recent(d time.Duration) types.GomegaMatcher {
 | 
			
		||||
	}, gomega.And(
 | 
			
		||||
		gomega.BeTemporally(">=", time.Now().Add(-d)),
 | 
			
		||||
		// Now() is the test start time, not the match time, so permit a few extra minutes.
 | 
			
		||||
		gomega.BeTemporally("<", time.Now().Add(2*time.Minute))))
 | 
			
		||||
		gomega.BeTemporally("<", time.Now().Add(3*time.Minute))))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func recordSystemCgroupProcesses() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user