Skip to content

Commit 6fe9275

Browse files
authored
Update repo.go
1 parent 64ae0fa commit 6fe9275

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)