File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65530,8 +65530,8 @@ async function removeRunners() {
6553065530
6553165531async function waitForRunnersRegistered(label) {
6553265532 const timeoutMinutes = 3;
65533- const retryIntervalSeconds = 5 ;
65534- const quietPeriodSeconds = 10 ;
65533+ const retryIntervalSeconds = 10 ;
65534+ const quietPeriodSeconds = 30 ;
6553565535 let waitSeconds = 0;
6553665536
6553765537 core.info(`Waiting ${quietPeriodSeconds}s for the AWS EC2 instance to be registered in GitHub as a new self-hosted runner`);
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ async function removeRunners() {
6060
6161async function waitForRunnersRegistered ( label ) {
6262 const timeoutMinutes = 3 ;
63- const retryIntervalSeconds = 5 ;
64- const quietPeriodSeconds = 10 ;
63+ const retryIntervalSeconds = 10 ;
64+ const quietPeriodSeconds = 30 ;
6565 let waitSeconds = 0 ;
6666
6767 core . info ( `Waiting ${ quietPeriodSeconds } s for the AWS EC2 instance to be registered in GitHub as a new self-hosted runner` ) ;
You can’t perform that action at this time.
0 commit comments