diff --git a/cmd/kubeadm/app/discovery/token/token_test.go b/cmd/kubeadm/app/discovery/token/token_test.go index 7d61b3568a3..8bbbbdf8dcc 100644 --- a/cmd/kubeadm/app/discovery/token/token_test.go +++ b/cmd/kubeadm/app/discovery/token/token_test.go @@ -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