From 918f6ce0e679f2b7aea86fde88078327fd45320c Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 4 Mar 2026 15:54:48 +0100 Subject: [PATCH] ci: for wpt run with --concurrency=3 --- .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 361196eb..03313ea8 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 1 > wpt.json + ./wptrunner -lpd-path ./lightpanda -json -concurrency 3 > wpt.json kill `cat WPT.pid` - name: write commit