Change default value of DefaultCommandExecutionTimeout to match cheatsheet (#10581)

This commit is contained in:
zeripath
2020-03-03 01:13:01 +00:00
repo.diff.committed_by GitHub
repo.diff.parent 5abe1c52de
repo.diff.commit 07f6ae30e4

repo.diff.view_file

@@ -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.