mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Increase initial delay for liveness probe test pod from 15s to 30s.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
parent
02e6f56b65
commit
1521435fad
@ -689,7 +689,7 @@ var _ = Describe("Pods", func() {
|
||||
Port: intstr.FromInt(8080),
|
||||
},
|
||||
},
|
||||
InitialDelaySeconds: 15,
|
||||
InitialDelaySeconds: 30,
|
||||
FailureThreshold: 1,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user