Skip to content

Commit

Permalink
updating terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
HB-Balaji committed Feb 26, 2024
1 parent fc5a3c7 commit a5e3abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events/vcs/gitlab_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func (g *GitlabClient) PullIsMergeable(repo models.Repo, pull models.PullRequest
return false, err
}

retryLimit := 3
retryLimit := 6
for attempt := 0; attempt < retryLimit; attempt++ {
if ((ok && (mr.DetailedMergeStatus == "mergeable" || mr.DetailedMergeStatus == "ci_still_running")) ||
(!ok && mr.DetailedMergeStatus == "can_be_merged")) &&
Expand Down

0 comments on commit a5e3abc

Please sign in to comment.