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-npm.yml

    r52183 r52233  
    5151    name: Test NPM on ${{ matrix.os }}
    5252    runs-on: ${{ matrix.os }}
     53    timeout-minutes: 20
    5354    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
    5455    strategy:
     
    114115    name: Test NPM on MacOS
    115116    runs-on: macos-latest
     117    timeout-minutes: 20
    116118    if: ${{ github.repository == 'WordPress/wordpress-develop' }}
    117119    steps:
Note: See TracChangeset for help on using the changeset viewer.