From 01834449f0a4b330142c9bdadaea81baa6bdd5d1 Mon Sep 17 00:00:00 2001 From: Vishnu kannan Date: Fri, 5 Feb 2016 10:49:22 -0800 Subject: [PATCH] Bump up liveness probe initial delay for Conformance test "should *not* be restarted with a /healthz http liveness probe" Signed-off-by: Vishnu kannan --- test/e2e/pods.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/pods.go b/test/e2e/pods.go index 0f0fbee9d04..4d189988576 100644 --- a/test/e2e/pods.go +++ b/test/e2e/pods.go @@ -693,7 +693,8 @@ var _ = Describe("Pods", func() { Port: intstr.FromInt(8080), }, }, - InitialDelaySeconds: 30, + InitialDelaySeconds: 15, + TimeoutSeconds: 10, FailureThreshold: 1, }, },