Skip to content

Commit c4c4ae0

Browse files
Update gitCommandTimeout to 15m
1 parent 27c35ba commit c4c4ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapshot/git/repo/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
log "github.com/sirupsen/logrus"
1616
)
1717

18-
const gitCommandTimeout = 10 * time.Minute
18+
const gitCommandTimeout = 15 * time.Minute
1919
const gitCleanupTimeout = 5 * time.Minute
2020
const gitIndexLock = ".git/index.lock"
2121

0 commit comments

Comments
 (0)