Merge pull request #125090 from gjkim42/deflake-container-lifecycle-e2e-test

e2e: Increase preStop hook delay to deflake the test
This commit is contained in:
Kubernetes Prow Robot
2024-05-23 11:58:46 -07:00
committed by GitHub

View File

@@ -799,7 +799,7 @@ var _ = SIGDescribe(framework.WithNodeConformance(), "Containers Lifecycle", fun
PreStop: &v1.LifecycleHandler{
Exec: &v1.ExecAction{
Command: ExecCommand(prefixedName(PreStopPrefix, regular1), execCommand{
Delay: 1,
Delay: 10,
ExitCode: 0,
ContainerName: regular1,
}),