adjust itmeout
parent
7088653d33
commit
770f7aeeb4
|
@ -23,7 +23,7 @@ import (
|
||||||
|
|
||||||
// max minutes wait for kubeadm init. usually finishes in less than 1 minute.
|
// max minutes wait for kubeadm init. usually finishes in less than 1 minute.
|
||||||
// giving it a generous timeout for possible super slow machines.
|
// 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
|
// FailFastError type is an error that could not be solved by trying again
|
||||||
type FailFastError struct {
|
type FailFastError struct {
|
||||||
|
|
Loading…
Reference in New Issue