Extend the wait time to 2*time.Minute for liveness check test.

This commit is contained in:
Random-Liu 2016-08-11 17:35:11 -07:00
parent f5eacee9dd
commit 671229c450
2 changed files with 2 additions and 4 deletions

View File

@ -32,6 +32,8 @@ import (
const (
probTestContainerName = "test-webserver"
probTestInitialDelaySeconds = 15
defaultObservationTimeout = time.Minute * 2
)
var _ = framework.KubeDescribe("Probing container", func() {

View File

@ -39,10 +39,6 @@ import (
. "github.com/onsi/gomega"
)
const (
defaultObservationTimeout = time.Minute * 1
)
var (
buildBackOffDuration = time.Minute
syncLoopFrequency = 10 * time.Second