From 5c228ae0a10628925c97538247ae7242d2bcfeb0 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 2 Mar 2026 08:58:03 +0100 Subject: [PATCH] adjust WPT timeout on CI --- .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 38405591..361196eb 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -45,7 +45,7 @@ jobs: name: build wpt runner runs-on: ubuntu-latest - timeout-minutes: 90 + timeout-minutes: 15 steps: - uses: actions/checkout@v6 @@ -73,7 +73,7 @@ jobs: # use a self host runner. runs-on: lpd-bench-hetzner - timeout-minutes: 90 + timeout-minutes: 120 steps: - uses: actions/checkout@v6