Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase timeouts for actions that rely on actions (again) #289

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

edmorley
Copy link
Contributor

@edmorley edmorley commented Jul 4, 2024

In #214 the timeouts for Actions that rely on other Actions was bumped from 2 minutes to 8 minutes.

However, there are still occasionally instances where the registry request issue isn't processed for up to 15-16 minutes due to delays in the GitHub Actions runner being started.

This results in failures on the upstream job, eg:
https://github.com/heroku/buildpacks-nodejs/actions/runs/9781380433/job/27005632116
https://github.com/heroku/buildpacks-procfile/actions/runs/9763056515/job/26948174660

For example in the last ~month the following all exceeded the 8 minute timeout:

As such this raises the timeout again, from 8 minutes to 20 minutes.

In buildpacks#214 the timeouts for Actions that rely on other Actions was
bumped from 2 minutes to 8 minutes.

However, there are still occasionally instances where the registry
request issue isn't processed for up to 15-16 minutes due to delays
in the GitHub Actions runner being started.

As such this raises the timeout again, from 8 minutes to 20 minutes.

Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com>
@edmorley edmorley requested review from a team as code owners July 4, 2024 21:15
@jkutner jkutner added type:task A general task type:bug A general bug semver:patch A change requiring a patch version bump and removed type:task A general task labels Jul 8, 2024
@jkutner jkutner enabled auto-merge July 8, 2024 15:16
@jkutner jkutner merged commit d1a7091 into buildpacks:main Jul 8, 2024
14 checks passed
@edmorley edmorley deleted the increase-timeouts branch July 9, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants