mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Extend the wait time to 2*time.Minute for liveness check test.
This commit is contained in:
		@@ -32,6 +32,8 @@ import (
 | 
			
		||||
const (
 | 
			
		||||
	probTestContainerName       = "test-webserver"
 | 
			
		||||
	probTestInitialDelaySeconds = 15
 | 
			
		||||
 | 
			
		||||
	defaultObservationTimeout = time.Minute * 2
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var _ = framework.KubeDescribe("Probing container", func() {
 | 
			
		||||
 
 | 
			
		||||
@@ -39,10 +39,6 @@ import (
 | 
			
		||||
	. "github.com/onsi/gomega"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	defaultObservationTimeout = time.Minute * 1
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
	buildBackOffDuration = time.Minute
 | 
			
		||||
	syncLoopFrequency    = 10 * time.Second
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user