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

Commits on Jul 4, 2024

  1. Increase timeouts for actions that rely on actions (again)

    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 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    531163e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    d8ae516 View commit details
    Browse the repository at this point in the history