wpt: reduce concurrency

This commit is contained in:
Pierre Tachoire
2026-02-27 11:37:44 +01:00
parent a4a7040b98
commit 178fbf0fca

View File

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