Skip to content

Commit b1d2b63

Browse files
ci(nix): restore bounded 90m check timeout after e2e hang fix
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@e4789b0
1 parent 02aac2a commit b1d2b63

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/nix.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ 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 the budget is sized for degraded-runner periods (baseline
12-
# ~35m healthy): fleet runner contention, not diff size, drives overruns.
13-
timeout-minutes: 240
10+
# A healthy full `nix flake check` baseline is ~35m; 90m provides
11+
# headroom while still failing boundedly.
12+
timeout-minutes: 90
1413
steps:
1514
- uses: actions/checkout@v4
1615
- uses: DeterminateSystems/determinate-nix-action@v3

0 commit comments

Comments
 (0)