diff --git a/test/e2e/framework/kubernetes/label-nodes.go b/test/e2e/framework/kubernetes/label-nodes.go index 2d2d2bfc58..e02b5607cc 100644 --- a/test/e2e/framework/kubernetes/label-nodes.go +++ b/test/e2e/framework/kubernetes/label-nodes.go @@ -41,7 +41,7 @@ func (l *LabelNodes) Run() error { return fmt.Errorf("error creating Kubernetes client: %w", err) } - ctx, cancel := context.WithTimeout(context.Background(), defaultTimeoutSeconds*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 10*time.Minute) defer cancel() var nodes *corev1.NodeList