From 770f7aeeb4f9150f6ff5d684440456e3e5d7c58a Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Fri, 10 Jul 2020 13:02:06 -0700 Subject: [PATCH] adjust itmeout --- pkg/minikube/bootstrapper/kubeadm/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/minikube/bootstrapper/kubeadm/errors.go b/pkg/minikube/bootstrapper/kubeadm/errors.go index a61a6f6da3..a6b198df4d 100644 --- a/pkg/minikube/bootstrapper/kubeadm/errors.go +++ b/pkg/minikube/bootstrapper/kubeadm/errors.go @@ -23,7 +23,7 @@ import ( // max minutes wait for kubeadm init. usually finishes in less than 1 minute. // giving it a generous timeout for possible super slow machines. -const initTimeOutMinutes = 13 +const initTimeOutMinutes = 10 // FailFastError type is an error that could not be solved by trying again type FailFastError struct {