Merge pull request #1691 from lightpanda-io/wpt-timeout

adjust WPT timeout on CI
This commit is contained in:
Pierre Tachoire
2026-03-02 09:14:50 +01:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ jobs:
name: build wpt runner name: build wpt runner
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 90 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
@@ -73,7 +73,7 @@ jobs:
# use a self host runner. # use a self host runner.
runs-on: lpd-bench-hetzner runs-on: lpd-bench-hetzner
timeout-minutes: 90 timeout-minutes: 120
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6