ci: raise windows e2e timeout to 45 minutes

pull/21429/head
mike.wang 2026-04-08 11:30:19 +08:00
parent fcb658a54e
commit d03d7b9764
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: 30
timeout-minutes: ${{ matrix.settings.name == 'windows' && 45 || 30 }}
- name: Upload Playwright artifacts
if: always()