Commit 01834449 authored by Vishnu kannan's avatar Vishnu kannan

Bump up liveness probe initial delay for Conformance test "should *not* be…

Bump up liveness probe initial delay for Conformance test "should *not* be restarted with a /healthz http liveness probe" Signed-off-by: 's avatarVishnu kannan <vishnuk@google.com>
parent 87fbfdc9
......@@ -693,7 +693,8 @@ var _ = Describe("Pods", func() {
Port: intstr.FromInt(8080),
},
},
InitialDelaySeconds: 30,
InitialDelaySeconds: 15,
TimeoutSeconds: 10,
FailureThreshold: 1,
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment