Skip to content

Commit

Permalink
chore: Lower timeout for full E2E test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Sep 25, 2024
1 parent 53b6dfa commit 52d8b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_pr_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52d8b8f

Please sign in to comment.