Fix timeout
This commit is contained in:
parent
49f03cd7e7
commit
068a7583be
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ func (r *Gitlab) GetRepos(user *model.User) ([]*model.Repo, error) {
|
||||||
GitURL: item.HttpRepoUrl,
|
GitURL: item.HttpRepoUrl,
|
||||||
SSHURL: item.SshRepoUrl,
|
SSHURL: item.SshRepoUrl,
|
||||||
Role: &model.Perm{},
|
Role: &model.Perm{},
|
||||||
|
Timeout: 900,
|
||||||
}
|
}
|
||||||
|
|
||||||
if repo.Private {
|
if repo.Private {
|
||||||
|
|
Loading…
Reference in a new issue