Skip to content

Commit

Permalink
Merge pull request #1758 from vasireddy99/inctime
Browse files Browse the repository at this point in the history
Increase time out for ssm package
  • Loading branch information
vasireddy99 authored Feb 13, 2025
2 parents 30ce655 + 6480663 commit 3f58e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aotutil/ssm.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func ssmCmd(ctx context.Context, cmdCtx *CmdContext) *cobra.Command {
ssmWrapper = NewSSM(cfg, logger)
},
}
root.PersistentFlags().DurationVar(&ssmWaitTimeout, "timeout", 15*time.Minute, "abort polling if timeout duration is exceeded")
root.PersistentFlags().DurationVar(&ssmWaitTimeout, "timeout", 25*time.Minute, "abort polling if timeout duration is exceeded")
root.PersistentFlags().BoolVar(&ignoreError, "ignore-error", false, "exit 0 when patch/report failed")

oneInstanceId := func(args []string) string {
Expand Down

0 comments on commit 3f58e3c

Please sign in to comment.