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

pull/10562/head^2
zeripath 2020-03-03 01:13:01 +00:00 committed by GitHub
parent 5abe1c52de
commit 07f6ae30e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ var (
GlobalCommandArgs []string GlobalCommandArgs []string
// DefaultCommandExecutionTimeout default command execution timeout duration // 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. // DefaultLocale is the default LC_ALL to run git commands in.