From 068a7583bee1002797d70eb182b871b927b8e12e Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Fri, 5 Sep 2014 22:49:59 +0400 Subject: [PATCH] Fix timeout --- plugin/remote/gitlab/gitlab.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/remote/gitlab/gitlab.go b/plugin/remote/gitlab/gitlab.go index 0fa3be4c..c0e98889 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 {