mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Wait longer for job to complete
2 timeouts in last 30 e2e runs. Tripling timeout. Should normally not that that long. Uses polling so will terminate early in normal case.
This commit is contained in:
		@@ -34,7 +34,7 @@ import (
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	// How long to wait for a job to finish.
 | 
			
		||||
	jobTimeout = 5 * time.Minute
 | 
			
		||||
	jobTimeout = 15 * time.Minute
 | 
			
		||||
 | 
			
		||||
	// Job selector name
 | 
			
		||||
	jobSelectorKey = "job"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user