Skip to content

Commit

Permalink
Merge pull request #125090 from gjkim42/deflake-container-lifecycle-e…
Browse files Browse the repository at this point in the history
…2e-test

e2e: Increase preStop hook delay to deflake the test
  • Loading branch information
k8s-ci-robot committed May 23, 2024
2 parents b021ce1 + 65b9e56 commit 028b457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_node/container_lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
Expand Down

0 comments on commit 028b457

Please sign in to comment.