Skip to content

Commit

Permalink
Tighten job timeouts
Browse files Browse the repository at this point in the history
Speaking with the team, we would love to reach a 10 minute Commit -> CI
feedback loop goal. (Assuming the GH Actions queue depth isn't too deep)

We have spoken with  GH to increase our concurrency, but in-order to
reach our goal each of our jobs cannot exceed 5->8minutes.

This is a first step in locking that in.
  • Loading branch information
stefanpenner committed Aug 25, 2021
1 parent 219f154 commit 87b9552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
needs: ["discover_matrix", "linting"]
name: ${{ matrix.name }}
runs-on: '${{ matrix.os }}-latest'
timeout-minutes: 30
timeout-minutes: 15

strategy:
fail-fast: false
Expand Down

0 comments on commit 87b9552

Please sign in to comment.