ci: slow down execution

This commit is contained in:
Pierre Tachoire
2026-03-12 15:26:23 +01:00
parent f435297949
commit 78440350dc

View File

@@ -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