From d614fdbe34464f82db3e111aa24d85f60169d21a Mon Sep 17 00:00:00 2001 From: overtrue Date: Sun, 23 Aug 2026 00:34:18 +0800 Subject: [PATCH] ci(coverage): preserve report publication margin --- .github/workflows/coverage.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c869bfdf1..afd37f0aa 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -59,8 +59,9 @@ jobs: runs-on: sm-standard-4 # The instrumented build cannot reuse the regular CI cache (different # RUSTFLAGS), so a cold run rebuilds the workspace before running the - # full suite; give it double the test job's 60-minute budget. - timeout-minutes: 120 + # full suite. Exact-head run 32573798257 needed 119m42s including reports + # and artifact upload, so keep a bounded 30-minute publication margin. + timeout-minutes: 150 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" # Match the PR gate's nextest semantics (ci.yml runs `--profile ci`):