mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 22:05:59 +00:00
Merge pull request #119890 from tzneal/containers-lifecycle-flake
crio: increase test buffer to eliminate test flakes
This commit is contained in:
commit
c41c448b80
@ -540,10 +540,10 @@ var _ = SIGDescribe("[NodeConformance] Containers Lifecycle ", func() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// To account for the time it takes to delete the pod, we add a 10 second
|
// To account for the time it takes to delete the pod, we add a buffer. Its sized
|
||||||
// buffer. The 10 second buffer is arbitrary, but it should be enough to
|
// so that we allow up to 2x the grace time to delete the pod. Its extra large to
|
||||||
// account for the time it takes to delete the pod.
|
// reduce test flakes.
|
||||||
bufferSeconds := int64(10)
|
bufferSeconds := int64(30)
|
||||||
|
|
||||||
ginkgo.It("should respect termination grace period seconds [NodeConformance]", func() {
|
ginkgo.It("should respect termination grace period seconds [NodeConformance]", func() {
|
||||||
client := e2epod.NewPodClient(f)
|
client := e2epod.NewPodClient(f)
|
||||||
|
Loading…
Reference in New Issue
Block a user