Skip to content

Commit 58d3ba4

Browse files
committed
Increase e2e timeout limit
1 parent adbb211 commit 58d3ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Run Playwright tests - ${{ inputs.environment != null && inputs.environment || 'stage' }}
4949
if: github.actor != 'dependabot[bot]'
5050
run: npm run e2e
51-
timeout-minutes: 20
51+
timeout-minutes: 25
5252
env:
5353
E2E_TEST_ENV: ${{ inputs.environment != null && inputs.environment || 'stage' }}
5454
E2E_TEST_BASE_URL: ${{ secrets.E2E_TEST_BASE_URL }}

0 commit comments

Comments
 (0)