There was an error while loading. Please reload this page.
1 parent 7572017 commit 86ac587Copy full SHA for 86ac587
src/githubHelper.ts
@@ -35,7 +35,7 @@ export default class GithubHelper {
35
this.gitlabHelper = gitlabHelper;
36
// regex for converting user from GitLab to GitHub
37
this.userProjectRegex = utils.generateUserProjectRegex();
38
- this.delayInMs = 2000;
+ this.delayInMs = 30000;
39
this.useIssuesForAllMergeRequests = useIssuesForAllMergeRequests;
40
}
41
0 commit comments