We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbb211 commit 58d3ba4Copy full SHA for 58d3ba4
.github/workflows/e2e_cron.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Run Playwright tests - ${{ inputs.environment != null && inputs.environment || 'stage' }}
49
if: github.actor != 'dependabot[bot]'
50
run: npm run e2e
51
- timeout-minutes: 20
+ timeout-minutes: 25
52
env:
53
E2E_TEST_ENV: ${{ inputs.environment != null && inputs.environment || 'stage' }}
54
E2E_TEST_BASE_URL: ${{ secrets.E2E_TEST_BASE_URL }}
0 commit comments