mirror of https://github.com/k3s-io/k3s
Bump up liveness probe initial delay for Conformance test "should *not* be restarted with a /healthz http liveness probe"
Signed-off-by: Vishnu kannan <vishnuk@google.com>pull/6/head
parent
87fbfdc953
commit
01834449f0
|
@ -693,7 +693,8 @@ var _ = Describe("Pods", func() {
|
|||
Port: intstr.FromInt(8080),
|
||||
},
|
||||
},
|
||||
InitialDelaySeconds: 30,
|
||||
InitialDelaySeconds: 15,
|
||||
TimeoutSeconds: 10,
|
||||
FailureThreshold: 1,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue