We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ae0fa commit 6fe9275Copy full SHA for 6fe9275
snapshot/git/repo/repo.go
@@ -15,7 +15,7 @@ import (
15
log "github.com/sirupsen/logrus"
16
)
17
18
-const gitCommandTimeout = 10 * time.Minute
+const gitCommandTimeout = 15 * time.Minute
19
const gitCleanupTimeout = 5 * time.Minute
20
const gitIndexLock = ".git/index.lock"
21
0 commit comments