set PLAYWRIGHT_DOWNLOAD_CONNECTION_TIMEOUT in test.yml to ensure stable browser installation

This commit is contained in:
Jan 2026-02-10 09:58:59 +01:00
parent 7f6b6378f2
commit 0f401ff77b

View file

@ -41,6 +41,8 @@ jobs:
run: |
mvn test-compile -B --no-transfer-progress
mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.classpathScope=test -D exec.args="install --with-deps chromium"
env:
PLAYWRIGHT_DOWNLOAD_CONNECTION_TIMEOUT: "300000"
- name: Run Tests
run: mvn verify -B --no-transfer-progress