From 73d1937bbaea3004196df471af074b495ec9e3b6 Mon Sep 17 00:00:00 2001 From: Andrew Thornton Date: Mon, 2 Mar 2020 21:12:19 +0000 Subject: [PATCH] Change default value of DefaultCommandExecutionTimeout to match cheatsheet --- modules/git/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/git/command.go b/modules/git/command.go index 3cb676c8daac2..c1f386073178b 100644 --- a/modules/git/command.go +++ b/modules/git/command.go @@ -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.