From 52d8b8f9e3c04fc83dfa89d6acfa8f0651628b44 Mon Sep 17 00:00:00 2001 From: Florian Zia Date: Wed, 25 Sep 2024 14:05:17 +0200 Subject: [PATCH] chore: Lower timeout for full E2E test suite --- .github/workflows/e2e_cron.yml | 2 +- .github/workflows/e2e_pr_full.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_cron.yml b/.github/workflows/e2e_cron.yml index 9d0be2dfb78..33750b7dcf8 100644 --- a/.github/workflows/e2e_cron.yml +++ b/.github/workflows/e2e_cron.yml @@ -46,7 +46,7 @@ jobs: - name: Run Playwright tests - ${{ inputs.environment != null && inputs.environment || 'stage' }} if: github.actor != 'dependabot[bot]' run: npm run e2e - timeout-minutes: 40 + timeout-minutes: 20 env: E2E_TEST_ENV: ${{ inputs.environment != null && inputs.environment || 'stage' }} E2E_TEST_BASE_URL: ${{ secrets.E2E_TEST_BASE_URL }} diff --git a/.github/workflows/e2e_pr_full.yml b/.github/workflows/e2e_pr_full.yml index cc2fa2ccb30..74187799c35 100644 --- a/.github/workflows/e2e_pr_full.yml +++ b/.github/workflows/e2e_pr_full.yml @@ -60,7 +60,7 @@ jobs: - name: Run Playwright tests if: github.actor != 'dependabot[bot]' run: npm run e2e -- --update-snapshots - timeout-minutes: 40 + timeout-minutes: 20 env: E2E_TEST_ENV: local E2E_TEST_BASE_URL: http://localhost:6060