mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #121965 from my-git9/fixflaketoken
kubeadm: fix flaky test TestRetrieveValidatedConfigInfo
This commit is contained in:
commit
6fa0fe53a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user