[e2e workflows] Increase actions timeout to 90 minutes for faily and release workflows (#47049)
This commit is contained in:
parent
95a32efb2a
commit
b95293a99a
|
@ -80,7 +80,7 @@ jobs:
|
|||
e2e-tests:
|
||||
name: E2E tests on nightly build
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 90
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -120,7 +120,7 @@ jobs:
|
|||
run: pnpm exec playwright install chromium
|
||||
|
||||
- name: Run E2E tests
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 90
|
||||
id: run_playwright_e2e_tests
|
||||
env:
|
||||
USE_WP_ENV: 1
|
||||
|
@ -295,7 +295,7 @@ jobs:
|
|||
|
||||
- name: Run the rest of E2E tests
|
||||
id: run-e2e-composite-action
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 90
|
||||
uses: ./.github/actions/tests/run-e2e-tests
|
||||
with:
|
||||
playwright-config: ignore-plugin-tests.playwright.config.js
|
||||
|
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
- name: Run E2E tests
|
||||
id: run-e2e-composite-action
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 90
|
||||
uses: ./.github/actions/tests/run-e2e-tests
|
||||
with:
|
||||
report-name: ${{ env.E2E_UPDATE_WC_ARTIFACT }}
|
||||
|
@ -206,7 +206,7 @@ jobs:
|
|||
|
||||
- name: Run E2E tests
|
||||
id: run-e2e-composite-action
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 90
|
||||
uses: ./.github/actions/tests/run-e2e-tests
|
||||
with:
|
||||
report-name: e2e-wp-latest--partial--run-${{ github.run_number }}
|
||||
|
@ -383,7 +383,7 @@ jobs:
|
|||
|
||||
- name: Run E2E tests
|
||||
id: run-e2e-composite-action
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 90
|
||||
uses: ./.github/actions/tests/run-e2e-tests
|
||||
env:
|
||||
E2E_MAX_FAILURES: 90
|
||||
|
@ -532,7 +532,7 @@ jobs:
|
|||
|
||||
- name: Run E2E tests
|
||||
id: run-e2e-composite-action
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 90
|
||||
uses: ./.github/actions/tests/run-e2e-tests
|
||||
env:
|
||||
ALLURE_RESULTS_DIR: ${{ env.E2E_ALLURE_RESULTS_DIR }}
|
||||
|
@ -650,7 +650,7 @@ jobs:
|
|||
|
||||
- name: Run 'Upload plugin' test
|
||||
id: run-upload-test
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 90
|
||||
uses: ./.github/actions/tests/run-e2e-tests
|
||||
with:
|
||||
report-name: ${{ env.ARTIFACT_NAME }}
|
||||
|
@ -662,7 +662,7 @@ jobs:
|
|||
|
||||
- name: Run the rest of E2E tests
|
||||
id: run-e2e-composite-action
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 90
|
||||
uses: ./.github/actions/tests/run-e2e-tests
|
||||
with:
|
||||
playwright-config: ignore-plugin-tests.playwright.config.js
|
||||
|
|
Loading…
Reference in New Issue