Skip to content

Commit

Permalink
updated wait-check-interval default value to 3s (carvel-dev#637)
Browse files Browse the repository at this point in the history
Co-authored-by: Kumari Tanushree <ktanushree@ktanushree-a01.vmware.com>
  • Loading branch information
kumaritanushree and Kumari Tanushree authored Nov 14, 2022
1 parent 3f3bc48 commit 639e9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kapp/cmd/app/apply_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (s *ApplyFlags) SetWithDefaults(prefix string, defaults ApplyFlags, cmd *co
cmd.Flags().DurationVar(&s.WaitingChangesOpts.ResourceTimeout, prefix+"wait-resource-timeout",
mustParseDuration("0s"), "Maximum amount of time to wait for a resource in wait phase (0s means no timeout)")
cmd.Flags().DurationVar(&s.WaitingChangesOpts.CheckInterval, prefix+"wait-check-interval",
mustParseDuration("1s"), "Amount of time to sleep between checks while waiting")
mustParseDuration("3s"), "Amount of time to sleep between checks while waiting")
cmd.Flags().IntVar(&s.WaitingChangesOpts.Concurrency, prefix+"wait-concurrency",
5, "Maximum number of concurrent wait operations")

Expand Down

0 comments on commit 639e9e0

Please sign in to comment.