mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 23:57:49 +00:00
Extend the wait time to 2*time.Minute for liveness check test.
This commit is contained in:
parent
f5eacee9dd
commit
671229c450
@ -32,6 +32,8 @@ import (
|
|||||||
const (
|
const (
|
||||||
probTestContainerName = "test-webserver"
|
probTestContainerName = "test-webserver"
|
||||||
probTestInitialDelaySeconds = 15
|
probTestInitialDelaySeconds = 15
|
||||||
|
|
||||||
|
defaultObservationTimeout = time.Minute * 2
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = framework.KubeDescribe("Probing container", func() {
|
var _ = framework.KubeDescribe("Probing container", func() {
|
||||||
|
@ -39,10 +39,6 @@ import (
|
|||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
|
||||||
defaultObservationTimeout = time.Minute * 1
|
|
||||||
)
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
buildBackOffDuration = time.Minute
|
buildBackOffDuration = time.Minute
|
||||||
syncLoopFrequency = 10 * time.Second
|
syncLoopFrequency = 10 * time.Second
|
||||||
|
Loading…
Reference in New Issue
Block a user