From 1dcb31aebbb1097be976f15b57480f6d0ea52a79 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Mon, 20 Nov 2023 23:42:54 +0800 Subject: [PATCH] kubeadm: fix flaky test TestRetrieveValidatedConfigInfo Signed-off-by: xin.li --- cmd/kubeadm/app/discovery/token/token_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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