Bump up liveness probe initial delay for Conformance test "should *not* be restarted with a /healthz http liveness probe"

Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
Vishnu kannan 2016-02-05 10:49:22 -08:00
parent 87fbfdc953
commit 01834449f0

View File

@ -693,7 +693,8 @@ var _ = Describe("Pods", func() {
Port: intstr.FromInt(8080),
},
},
InitialDelaySeconds: 30,
InitialDelaySeconds: 15,
TimeoutSeconds: 10,
FailureThreshold: 1,
},
},