diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b5f85720b..70a8477fb5 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: ${{ matrix.settings.name == 'windows' && 45 || 30 }} + timeout-minutes: 30 - name: Upload Playwright artifacts if: always()