mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #116317 from bobbypage/fix-shutdown-flake
test: Fix node e2e shutdown test flake
This commit is contained in:
commit
b7461e436e
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user