Skip to content

Commit 8c9a977

Browse files
authored
Sleep after repo creation
1 parent 722e6f2 commit 8c9a977

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/githubHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,5 +1288,6 @@ export class GithubHelper {
12881288
} catch (err) {
12891289
console.error(`\n\tSomething went wrong: ${err}.`);
12901290
}
1291+
await utils.sleep(this.delayInMs);
12911292
}
12921293
}

0 commit comments

Comments
 (0)