From 3e7ddf81466b79bd033bee86094b514af7370a6f Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 20 Mar 2026 16:18:56 +0100 Subject: [PATCH] ci: run wpt faster --- .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 01f367e8..9718756c 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -116,7 +116,7 @@ jobs: run: | ./wpt serve 2> /dev/null & echo $! > WPT.pid 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` - name: write commit