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:
Clayton Coleman 2017-01-16 13:20:48 -05:00 committed by Jordan Liggitt
parent 0b062e1518
commit de053ef790
No known key found for this signature in database
GPG Key ID: 39928704103C7229

View File

@ -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() {