mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #20732 from vishh/18704
Bump up liveness probe timeout for Conformance test
This commit is contained in:
commit
e367ddc39e
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user