Commit 95f08615 authored by Fabio Yeon's avatar Fabio Yeon

Merge pull request #20134 from vishh/18704

Increase initial delay for liveness probe test pod from 15s to 30s.
parents 574f354b 1521435f
...@@ -689,7 +689,7 @@ var _ = Describe("Pods", func() { ...@@ -689,7 +689,7 @@ var _ = Describe("Pods", func() {
Port: intstr.FromInt(8080), Port: intstr.FromInt(8080),
}, },
}, },
InitialDelaySeconds: 15, InitialDelaySeconds: 30,
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