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>
pull/6/head
Vishnu kannan 2016-02-05 10:49:22 -08:00
parent 87fbfdc953
commit 01834449f0
1 changed files with 2 additions and 1 deletions

View File

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