ci: adjust wpt serve wait time

This commit is contained in:
Pierre Tachoire
2026-03-13 10:21:21 +01:00
parent 78440350dc
commit fb29a1c5bf

View File

@@ -82,7 +82,7 @@ jobs:
# use a self host runner. # use a self host runner.
runs-on: lpd-wpt-aws runs-on: lpd-wpt-aws
timeout-minutes: 240 timeout-minutes: 600
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
@@ -115,7 +115,7 @@ jobs:
- name: run test with json output - name: run test with json output
run: | run: |
./wpt serve 2> /dev/null & echo $! > WPT.pid ./wpt serve 2> /dev/null & echo $! > WPT.pid
sleep 10s sleep 20s
./wptrunner -lpd-path ./lightpanda -json -concurrency 6 -pool 2 > wpt.json ./wptrunner -lpd-path ./lightpanda -json -concurrency 6 -pool 2 > wpt.json
kill `cat WPT.pid` kill `cat WPT.pid`