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

ci: add build timeouts #3172

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Commits on Mar 14, 2024

  1. ci: add build timeouts

    This should prevent runaway builds.
    
    I noticed this issue when working on a fork of brianc#2836.  Example builds with/without these timeouts:
    
    1. 6 hours: https://github.com/alxndrsn/node-postgres/actions/runs/8277192701
    2. 10 minutes: https://github.com/alxndrsn/node-postgres/actions/runs/8277388503
    
    These timeouts are 4-5x what a current healthy build takes.
    alxndrsn committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    55395aa View commit details
    Browse the repository at this point in the history