mirror of https://github.com/k3s-io/k3s
Merge pull request #20732 from vishh/18704
Bump up liveness probe timeout for Conformance testpull/6/head
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