Skip to content

Commit

Permalink
better wait
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Mar 21, 2024
1 parent 55ab932 commit 57066c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ async function mirror(repository, gitea, giteaUser, githubToken, giteaOwner) {
}
console.log('\tMirroring repository to gitea: ', repository.name);
await mirrorOnGitea(repository, gitea, giteaUser, githubToken, giteaOwner);
await delay(2500)
}

async function createMirrorsOnGitea(repos, githubUsername) {
Expand Down

0 comments on commit 57066c3

Please sign in to comment.