Make WordPress Core


Ignore:
Timestamp:
11/23/2021 05:40:00 PM (3 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours.

See #53363

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-coverage.yml

    r52183 r52233  
    4848    name: ${{ matrix.multisite && 'Multisite' || 'Single site' }} report
    4949    runs-on: ubuntu-latest
     50    timeout-minutes: 120
    5051    if: ${{ github.repository == 'WordPress/wordpress-develop' }}
    5152    strategy:
Note: See TracChangeset for help on using the changeset viewer.