Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Fix node e2e shutdown test flake #116317

Merged
merged 1 commit into from Mar 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions test/e2e_node/node_shutdown_linux_test.go
Expand Up @@ -361,7 +361,7 @@ var _ = SIGDescribe("GracefulNodeShutdown [Serial] [NodeFeature:GracefulNodeShut

const (
pollInterval = 1 * time.Second
podStatusUpdateTimeout = 10 * time.Second
podStatusUpdateTimeout = 30 * time.Second
priorityClassesCreateTimeout = 10 * time.Second
)

Expand Down Expand Up @@ -464,18 +464,18 @@ var _ = SIGDescribe("GracefulNodeShutdown [Serial] [NodeFeature:GracefulNodeShut

period5Name,
periodC5Name,
period5Name,
periodB5Name,
},
{
period5Name,
periodC5Name,
period5Name,
periodB5Name,
periodA5Name,
},
{
period5Name,
periodC5Name,
period5Name,
periodB5Name,
periodA5Name,
periodCritical5Name,
},
Expand Down