adjust itmeout

pull/8695/head
Medya Gh 2020-07-10 13:02:06 -07:00
parent 7088653d33
commit 770f7aeeb4
1 changed files with 1 additions and 1 deletions

View File

@ -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 {