Skip to content

Commit 07f6ae3

Browse files
authored
Change default value of DefaultCommandExecutionTimeout to match cheatsheet (#10581)
1 parent 5abe1c5 commit 07f6ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/git/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
GlobalCommandArgs []string
2323

2424
// DefaultCommandExecutionTimeout default command execution timeout duration
25-
DefaultCommandExecutionTimeout = 60 * time.Second
25+
DefaultCommandExecutionTimeout = 360 * time.Second
2626
)
2727

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

0 commit comments

Comments
 (0)