diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70a8477fb5..8b5f85720b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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()