mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
Merge pull request #20134 from vishh/18704
Increase initial delay for liveness probe test pod from 15s to 30s.
This commit is contained in:
@@ -689,7 +689,7 @@ var _ = Describe("Pods", func() {
|
||||
Port: intstr.FromInt(8080),
|
||||
},
|
||||
},
|
||||
InitialDelaySeconds: 15,
|
||||
InitialDelaySeconds: 30,
|
||||
FailureThreshold: 1,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user