test(triage): inject permit acquisition so evaluator tests stop hanging (#1524)

This commit is contained in:
Steven Enamakel
2026-05-12 19:09:57 -07:00
committed by GitHub
parent b9f1c0856c
commit 50058e4719
7 changed files with 212 additions and 17 deletions
+6
View File
@@ -63,6 +63,12 @@ jobs:
rust-core-coverage:
name: Rust Core Coverage (cargo-llvm-cov)
runs-on: ubuntu-22.04
# See test.yml `rust-core-tests` — same shared-singleton flake risk in
# the lib suite. Coverage instrumentation roughly doubles wall time vs.
# the plain test runs, so cap at 30 min (vs. 20 in test.yml) so a
# deadlock still surfaces logs without prematurely killing a healthy
# coverage build.
timeout-minutes: 30
container:
image: ghcr.io/tinyhumansai/openhuman_ci:rust-1.93.0
env:
+4
View File
@@ -54,6 +54,10 @@ jobs:
rust-core-tests:
name: Rust Core Tests + Quality
runs-on: ubuntu-22.04
# Healthy runtime on this image is ~6 minutes. Cap at 20 so the rare
# `LLM_PERMITS` cross-runtime-semaphore deadlock surfaces logs instead
# of wedging the runner for the GitHub-Actions default 6h ceiling.
timeout-minutes: 20
container:
image: ghcr.io/tinyhumansai/openhuman_ci:rust-1.93.0
env: