Merge pull request #116317 from bobbypage/fix-shutdown-flake

test: Fix node e2e shutdown test flake
This commit is contained in:
Kubernetes Prow Robot 2023-03-06 20:52:28 -08:00 committed by GitHub
commit b7461e436e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
)
@ -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,
},