From 78440350dc6c5ea9b275060d8739cd72139def66 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Thu, 12 Mar 2026 15:26:23 +0100 Subject: [PATCH] ci: slow down execution --- .github/workflows/wpt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 8de846b4..7e542458 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -82,7 +82,7 @@ jobs: # use a self host runner. runs-on: lpd-wpt-aws - timeout-minutes: 180 + timeout-minutes: 240 steps: - uses: actions/checkout@v6 @@ -116,7 +116,7 @@ jobs: run: | ./wpt serve 2> /dev/null & echo $! > WPT.pid sleep 10s - ./wptrunner -lpd-path ./lightpanda -json -concurrency 10 -pool 3 > wpt.json + ./wptrunner -lpd-path ./lightpanda -json -concurrency 6 -pool 2 > wpt.json kill `cat WPT.pid` - name: write commit