Commit e367ddc3 authored by Dawn Chen's avatar Dawn Chen

Merge pull request #20732 from vishh/18704

Bump up liveness probe timeout for Conformance test
parents 3281e752 01834449
...@@ -773,7 +773,8 @@ var _ = Describe("Pods", func() { ...@@ -773,7 +773,8 @@ var _ = Describe("Pods", func() {
Port: intstr.FromInt(8080), Port: intstr.FromInt(8080),
}, },
}, },
InitialDelaySeconds: 30, InitialDelaySeconds: 15,
TimeoutSeconds: 10,
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