Skip to content

Commit

Permalink
update timeout for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Schorb committed Mar 15, 2024
1 parent d1ac181 commit 2f5e0cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
build:
name: Test ${{ matrix.os }} - ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2f5e0cd

Please sign in to comment.