mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 23:57:49 +00:00
Extend npd e2e timeout to fix npd e2e error
This commit is contained in:
parent
6eca142082
commit
8d9517318a
@ -47,7 +47,7 @@ var _ = SIGDescribe("NodeProblemDetector [NodeFeature:NodeProblemDetector] [Seri
|
||||
const (
|
||||
pollInterval = 1 * time.Second
|
||||
pollConsistent = 5 * time.Second
|
||||
pollTimeout = 1 * time.Minute
|
||||
pollTimeout = 5 * time.Minute
|
||||
)
|
||||
f := framework.NewDefaultFramework("node-problem-detector")
|
||||
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
|
||||
|
Loading…
Reference in New Issue
Block a user