Changing default timeout for start maintenance.
This commit is contained in:
parent
ad4dd9606e
commit
7cbbea498b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ func init() {
|
|||
|
||||
// SLA Maintenance specific flags
|
||||
startMaintenanceCmd.Flags().DurationVar(&monitorInterval,"interval", time.Second * 5, "Interval at which to poll scheduler.")
|
||||
startMaintenanceCmd.Flags().DurationVar(&monitorTimeout,"timeout", time.Minute * 1, "Time after which the monitor will stop polling and throw an error.")
|
||||
startMaintenanceCmd.Flags().DurationVar(&monitorTimeout,"timeout", time.Minute * 10, "Time after which the monitor will stop polling and throw an error.")
|
||||
}
|
||||
|
||||
var startCmd = &cobra.Command{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue