From 36c71e59ec1a5987738e237579ad079cdfb9a91f Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Mon, 27 May 2024 09:51:47 +0200 Subject: [PATCH] Add 60 minute timeout to performance job (#61957) The performance job on CI sometimes hangs and runs indefinitely. Add a timeout. Co-authored-by: sirreal Co-authored-by: alexstine --- .github/workflows/performance.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 7f239652774df..2a80325dba9d4 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -25,6 +25,7 @@ concurrency: jobs: performance: + timeout-minutes: 60 name: Run performance tests runs-on: ubuntu-latest if: ${{ github.repository == 'WordPress/gutenberg' }}