Skip to content

Commit

Permalink
fix: update chrome headless parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Jan 30, 2024
1 parent 8ad97c9 commit a124900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
- name: Run Chrome headless
shell: bash
run: |
/usr/bin/google-chrome --headless --virtual-time-budget=600000 --dump-dom http://localhost:8080 > chrome-results.html
/usr/bin/google-chrome --headless --virtual-time-budget=180000 --timeout=180000 --dump-dom http://localhost:8080 > chrome-results.html
./.github/workflows/scripts/parse-wasm-headless-tests-results.sh chrome-results.html
- name: Run Firefox headless
Expand Down

0 comments on commit a124900

Please sign in to comment.