Skip to content

Commit

Permalink
Set timeout-minutes in GitHub actions (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Oct 7, 2024
1 parent 07360ec commit ca0b57f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
test:
name: Build and test
runs-on: windows-2019
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
build_arm64:
name: Cross-compile ARM
runs-on: windows-2019
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -103,6 +105,7 @@ jobs:
# This job can be run locally by running `pre-commit run`
checkers:
runs-on: windows-2019
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -126,6 +129,7 @@ jobs:
mypy:
runs-on: windows-2019
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand All @@ -145,6 +149,7 @@ jobs:

pyright:
runs-on: windows-2019
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ca0b57f

Please sign in to comment.