From 178fbf0fca1f072faea828744f70492db909e47a Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 27 Feb 2026 11:37:44 +0100 Subject: [PATCH] wpt: reduce 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 94a31af6..38405591 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -107,7 +107,7 @@ jobs: run: | ./wpt serve 2> /dev/null & echo $! > WPT.pid sleep 10s - ./wptrunner -lpd-path ./lightpanda -json -concurrency 5 > wpt.json + ./wptrunner -lpd-path ./lightpanda -json -concurrency 1 > wpt.json kill `cat WPT.pid` - name: write commit