mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Increase KUBE_TIMEOUT default to a passing default
Next we can stop overriding it in CI, so local and CI runs match more closely, see: https://github.com/kubernetes/kubernetes/issues/102607
This commit is contained in:
		@@ -59,7 +59,10 @@ kube::test::find_dirs() {
 | 
				
			|||||||
  )
 | 
					  )
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
KUBE_TIMEOUT=${KUBE_TIMEOUT:--timeout=120s}
 | 
					# TODO: This timeout should really be lower, this is a *long* time to test one
 | 
				
			||||||
 | 
					# package, however pkg/api/testing in particular will fail with a lower timeout
 | 
				
			||||||
 | 
					# currently. We should attempt to lower this over time.
 | 
				
			||||||
 | 
					KUBE_TIMEOUT=${KUBE_TIMEOUT:--timeout=170s}
 | 
				
			||||||
KUBE_COVER=${KUBE_COVER:-n} # set to 'y' to enable coverage collection
 | 
					KUBE_COVER=${KUBE_COVER:-n} # set to 'y' to enable coverage collection
 | 
				
			||||||
KUBE_COVERMODE=${KUBE_COVERMODE:-atomic}
 | 
					KUBE_COVERMODE=${KUBE_COVERMODE:-atomic}
 | 
				
			||||||
# The directory to save test coverage reports to, if generating them. If unset,
 | 
					# The directory to save test coverage reports to, if generating them. If unset,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user