Merge pull request #121965 from my-git9/fixflaketoken

kubeadm: fix flaky test TestRetrieveValidatedConfigInfo
This commit is contained in:
Kubernetes Prow Robot 2023-12-14 05:08:58 +01:00 committed by GitHub
commit 6fa0fe53a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,7 +248,7 @@ users: null
}
// Set arbitrary discovery timeout and retry interval
test.cfg.Timeout = &metav1.Duration{Duration: time.Millisecond * 200}
test.cfg.Timeout = &metav1.Duration{Duration: time.Millisecond * 500}
interval := time.Millisecond * 20
// Patch the JWS signature after a short delay