mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-16 23:29:21 +00:00
Double container probe timeout
in some environments, we see a combination of start latency and the corresponding effect on sync pod latency causing status manager to fail to report within the 2 minute window.
This commit is contained in:
parent
0b062e1518
commit
de053ef790
@ -37,7 +37,7 @@ const (
|
|||||||
probTestContainerName = "test-webserver"
|
probTestContainerName = "test-webserver"
|
||||||
probTestInitialDelaySeconds = 15
|
probTestInitialDelaySeconds = 15
|
||||||
|
|
||||||
defaultObservationTimeout = time.Minute * 2
|
defaultObservationTimeout = time.Minute * 4
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = framework.KubeDescribe("Probing container", func() {
|
var _ = framework.KubeDescribe("Probing container", func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user