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/phpunit-tests.yml

    r52183 r52233  
    6161    name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.split_slow && ' slow tests' || '' }}${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }}
    6262    runs-on: ${{ matrix.os }}
     63    timeout-minutes: 20
    6364    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
    6465    strategy:
Note: See TracChangeset for help on using the changeset viewer.