mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 16:07:05 +00:00
ci(coverage): preserve report publication margin
This commit is contained in:
@@ -59,8 +59,9 @@ jobs:
|
|||||||
runs-on: sm-standard-4
|
runs-on: sm-standard-4
|
||||||
# The instrumented build cannot reuse the regular CI cache (different
|
# The instrumented build cannot reuse the regular CI cache (different
|
||||||
# RUSTFLAGS), so a cold run rebuilds the workspace before running the
|
# RUSTFLAGS), so a cold run rebuilds the workspace before running the
|
||||||
# full suite; give it double the test job's 60-minute budget.
|
# full suite. Exact-head run 32573798257 needed 119m42s including reports
|
||||||
timeout-minutes: 120
|
# and artifact upload, so keep a bounded 30-minute publication margin.
|
||||||
|
timeout-minutes: 150
|
||||||
env:
|
env:
|
||||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
||||||
# Match the PR gate's nextest semantics (ci.yml runs `--profile ci`):
|
# Match the PR gate's nextest semantics (ci.yml runs `--profile ci`):
|
||||||
|
|||||||
Reference in New Issue
Block a user