Make WordPress Core


Ignore:
Timestamp:
09/23/2022 05:01:46 PM (2 years ago)
Author:
desrosj
Message:

Build/Test Tools: Increase the timeout value for MacOS jobs.

The current timeout-minutes value of 20 is a bit too short for MacOS jobs in GitHub Actions, which on occasion take a bit longer.

This bumps that limit to 30 to avoid unnecessarily flagging a job as stuck.

See #55652.

File:
1 edited

Legend:

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

    r54289 r54293  
    119119    name: Test NPM on MacOS
    120120    runs-on: macos-latest
    121     timeout-minutes: 20
     121    timeout-minutes: 30
    122122    if: ${{ github.repository == 'WordPress/wordpress-develop' }}
    123123    steps:
Note: See TracChangeset for help on using the changeset viewer.