Commit 2fce9727 authored by Random-Liu's avatar Random-Liu

Add back the original liveness check timeout.

parent 88d86281
...@@ -223,6 +223,7 @@ var _ = framework.KubeDescribe("Probing container", func() { ...@@ -223,6 +223,7 @@ var _ = framework.KubeDescribe("Probing container", func() {
}, },
}, },
InitialDelaySeconds: 15, InitialDelaySeconds: 15,
TimeoutSeconds: 5,
FailureThreshold: 1, 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