Extend npd e2e timeout to fix npd e2e error

This commit is contained in:
Fan Shang Xiang 2023-08-29 17:22:28 +08:00 committed by GitHub
parent 6eca142082
commit 8d9517318a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ var _ = SIGDescribe("NodeProblemDetector [NodeFeature:NodeProblemDetector] [Seri
const ( const (
pollInterval = 1 * time.Second pollInterval = 1 * time.Second
pollConsistent = 5 * time.Second pollConsistent = 5 * time.Second
pollTimeout = 1 * time.Minute pollTimeout = 5 * time.Minute
) )
f := framework.NewDefaultFramework("node-problem-detector") f := framework.NewDefaultFramework("node-problem-detector")
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged