Commit 50bed3519b4 for woocommerce
commit 50bed3519b4699fe71cfda1ec57db31348c17467
Author: Vladimir Reznichenko <kalessil@gmail.com>
Date: Tue Jul 7 09:24:00 2026 +0200
[dev] CI: bump PHPUnit tests execution time cap to 20 minutes (#66344)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f13d143b5f5..474d8059bcc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -222,7 +222,7 @@ jobs:
pattern: 'last-run__${{ strategy.job-index }}'
- name: 'Run tests (${{ matrix.testType }})'
- timeout-minutes: ${{ ( github.event_name == 'pull_request' && ( ( matrix.testType == 'e2e' && 20 ) || ( matrix.testType == 'unit:php' && 15 ) ) ) || 360 }}
+ timeout-minutes: ${{ ( github.event_name == 'pull_request' && ( ( matrix.testType == 'e2e' && 20 ) || ( matrix.testType == 'unit:php' && 20 ) ) ) || 360 }}
env:
E2E_ENV_KEY: ${{ secrets.E2E_ENV_KEY }}
CODEVITALS_PROJECT_TOKEN: ${{ secrets.CODEVITALS_PROJECT_TOKEN }} # required by Metrics tests