From 1521435fad0c761cb19364d3ac200e52958be5d6 Mon Sep 17 00:00:00 2001 From: Vishnu kannan Date: Mon, 25 Jan 2016 17:11:26 -0800 Subject: [PATCH] Increase initial delay for liveness probe test pod from 15s to 30s. Signed-off-by: Vishnu kannan --- test/e2e/pods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/pods.go b/test/e2e/pods.go index 92899e667e5..666a2d3e6af 100644 --- a/test/e2e/pods.go +++ b/test/e2e/pods.go @@ -689,7 +689,7 @@ var _ = Describe("Pods", func() { Port: intstr.FromInt(8080), }, }, - InitialDelaySeconds: 15, + InitialDelaySeconds: 30, FailureThreshold: 1, }, },