Merge pull request #3006 from lightpanda-io/wpt-adjust

wpt: adjust concurrency
This commit is contained in:
Karl Seguin
2026-07-21 18:00:31 +08:00
committed by GitHub

View File

@@ -113,7 +113,7 @@ jobs:
run: |
./wpt serve 2> /dev/null & echo $! > WPT.pid
sleep 20s
./wptrunner -lpd-path ./lightpanda -json -concurrency 5 -pool 5 --mem-limit 100 > wpt.json
./wptrunner -lpd-path ./lightpanda -json -concurrency 8 -pool 4 --mem-limit 100 > wpt.json
kill `cat WPT.pid`
- name: write commit