Skip to content

Commit

Permalink
Change default value of DefaultCommandExecutionTimeout to match cheat…
Browse files Browse the repository at this point in the history
…sheet (#10581)
  • Loading branch information
zeripath committed Mar 3, 2020
1 parent 5abe1c5 commit 07f6ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/git/command.go
Expand Up @@ -22,7 +22,7 @@ var (
GlobalCommandArgs []string

// DefaultCommandExecutionTimeout default command execution timeout duration
DefaultCommandExecutionTimeout = 60 * time.Second
DefaultCommandExecutionTimeout = 360 * time.Second
)

// DefaultLocale is the default LC_ALL to run git commands in.
Expand Down

0 comments on commit 07f6ae3

Please sign in to comment.