diff --git a/apis/management.cattle.io/v3/machine_types.go b/apis/management.cattle.io/v3/machine_types.go index fca7033d..dbcf6be4 100644 --- a/apis/management.cattle.io/v3/machine_types.go +++ b/apis/management.cattle.io/v3/machine_types.go @@ -334,7 +334,7 @@ type NodeDrainInput struct { // If negative, the default value specified in the pod will be used GracePeriod int `yaml:"grace_period" json:"gracePeriod,omitempty" norman:"default=-1"` // Time to wait (in seconds) before giving up for one try - Timeout int `yaml:"timeout" json:"timeout" norman:"min=1,max=10800,default=60"` + Timeout int `yaml:"timeout" json:"timeout" norman:"min=1,max=10800,default=120"` } type CloudCredential struct {