Skip to content

Commit ebb2e33

Browse files
committed
added debuging
1 parent 0aaa566 commit ebb2e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145289,7 +145289,7 @@ async function waitForRunnerRegistered(label) {
145289145289
core.info(`Waiting ${quietPeriodSeconds}s for the AWS EC2 instance to be registered in GitHub as a new self-hosted runner`);
145290145290
await new Promise((r) => setTimeout(r, quietPeriodSeconds * 1000));
145291145291
core.info(`Checking every ${retryIntervalSeconds}s if the GitHub self-hosted runner is registered`);
145292-
145292+
core.info(`The maximum waiting time is ${timeoutMinutes} minutes`);
145293145293
return new Promise((resolve, reject) => {
145294145294
const interval = setInterval(async () => {
145295145295
const runner = await getRunner(label);

0 commit comments

Comments
 (0)