ci: run wpt faster

This commit is contained in:
Pierre Tachoire
2026-03-20 16:18:56 +01:00
parent a865b86fa5
commit 3e7ddf8146

View File

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