mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Fix timeout
This commit is contained in:
@@ -76,6 +76,7 @@ func (r *Gitlab) GetRepos(user *model.User) ([]*model.Repo, error) {
|
||||
GitURL: item.HttpRepoUrl,
|
||||
SSHURL: item.SshRepoUrl,
|
||||
Role: &model.Perm{},
|
||||
Timeout: 900,
|
||||
}
|
||||
|
||||
if repo.Private {
|
||||
|
||||
Reference in New Issue
Block a user