ci: restore e2e timeout to 30 minutes

pull/21429/head
mike.wang 2026-04-08 13:38:25 +08:00
parent d03d7b9764
commit 87651d2849
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ jobs:
env:
CI: true
PLAYWRIGHT_JUNIT_OUTPUT: e2e/junit-${{ matrix.settings.name }}.xml
timeout-minutes: ${{ matrix.settings.name == 'windows' && 45 || 30 }}
timeout-minutes: 30
- name: Upload Playwright artifacts
if: always()