Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,7 +14,11 @@ jobs:
quality:
name: ${{ matrix.gate }}
runs-on: ubuntu-latest
timeout-minutes: 5
# The race and coverage gates take 4-5 minutes on a warm cache with ±40s of
# runner variance, so a 5-minute budget cancels borderline-healthy runs.
# 8 minutes keeps a hang from burning a full runner-hour while leaving the
# suite real headroom.
timeout-minutes: 8
strategy:
fail-fast: true
matrix:
Expand Down
Loading