From fd35c0d01a4ff5ddaf7e763e7d5e04fab5df4006 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 21 Jul 2026 11:38:27 +0200 Subject: [PATCH] wpt: adjust concurrency --- .github/workflows/wpt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index c698cce9d..227b4da6d 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -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