mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
test(triage): inject permit acquisition so evaluator tests stop hanging (#1524)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user