wpt: use a pool of browser to run tests

This commit is contained in:
Pierre Tachoire committed 2026-03-08 20:55:15 +01:00
1 parent 21313adf9c
commit 1cb5d26344
1 file changed
+1 -1
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
run: |
./wpt serve 2> /dev/null & echo $! > WPT.pid
sleep 10s
./wptrunner -lpd-path ./lightpanda -json -concurrency 6 > wpt.json
./wptrunner -lpd-path ./lightpanda -json -concurrency 10 -pool 3 > wpt.json
kill `cat WPT.pid`
- name: write commit