diff --git a/plugin/remote/gitlab/gitlab.go b/plugin/remote/gitlab/gitlab.go index 0fa3be4c1..c0e988896 100644 --- a/plugin/remote/gitlab/gitlab.go +++ b/plugin/remote/gitlab/gitlab.go @@ -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 {