Skip to content

Commit 1684497

Browse files
ci(nix): raise check timeout 90m -> 240m for degraded-runner periods
agent-identity: unknown agent-persona: generalist agent-supervisor: unavailable agent-tool: OMP agent-tool-version: 18.0.3 agent-runtime: OMP 18.0.3 tooling-profile: dotfiles@929dc21
1 parent 01d2703 commit 1684497

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/nix.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ on:
77
jobs:
88
check:
99
runs-on: ubuntu-latest
10-
# `nix flake check` builds the package plus every checks.* on contended
11-
# shared builders; 30m was cancelled mid-build with the otel-export check added.
12-
timeout-minutes: 90
10+
# `nix flake check` builds the package plus every checks.*; on contended
11+
# shared builders the budget is sized for degraded-runner periods (baseline
12+
# ~35m healthy): fleet runner contention, not diff size, drives overruns.
13+
timeout-minutes: 240
1314
steps:
1415
- uses: actions/checkout@v4
1516
- uses: DeterminateSystems/determinate-nix-action@v3

0 commit comments

Comments
 (0)