Skip to content

Commit

Permalink
Merge pull request #113 from stefanprodan/timeout-5m
Browse files Browse the repository at this point in the history
Increase default timeout to 5m
  • Loading branch information
stefanprodan authored May 29, 2023
2 parents a765886 + 7005276 commit 2e1a092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/timoni/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var (
)

func init() {
rootCmd.PersistentFlags().DurationVar(&rootArgs.timeout, "timeout", time.Minute,
rootCmd.PersistentFlags().DurationVar(&rootArgs.timeout, "timeout", 5*time.Minute,
"The length of time to wait before giving up on the current operation.")
rootCmd.PersistentFlags().BoolVar(&rootArgs.prettyLog, "log-pretty", true,
"Adds timestamps and colorized output to the logs.")
Expand Down

0 comments on commit 2e1a092

Please sign in to comment.