set PLAYWRIGHT_DOWNLOAD_CONNECTION_TIMEOUT in test.yml to ensure stable browser installation
This commit is contained in:
parent
7f6b6378f2
commit
0f401ff77b
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mvn test-compile -B --no-transfer-progress
|
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"
|
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
|
- name: Run Tests
|
||||||
run: mvn verify -B --no-transfer-progress
|
run: mvn verify -B --no-transfer-progress
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue