Commit 1521435f authored by Vishnu kannan's avatar Vishnu kannan

Increase initial delay for liveness probe test pod from 15s to 30s.

parent 02e6f56b
......@@ -689,7 +689,7 @@ var _ = Describe("Pods", func() {
Port: intstr.FromInt(8080),
},
},
InitialDelaySeconds: 15,
InitialDelaySeconds: 30,
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