Skip to content

Commit

Permalink
Github: Set a timeout of 15 minutes for CI
Browse files Browse the repository at this point in the history
7 mins is the highest I've seen naturally. Much longer indicates something is stuck.
  • Loading branch information
cyanfish committed Apr 1, 2024
1 parent 04f087b commit 8f9cbfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
matrix:
os: [windows-2022, ubuntu-22.04, macos-14]
Expand Down

0 comments on commit 8f9cbfc

Please sign in to comment.