Skip to content

Commit

Permalink
Set default timeout for test job on github actions
Browse files Browse the repository at this point in the history
to 30 minutes.
  • Loading branch information
gregorjerse committed Dec 18, 2023
1 parent b06014f commit e37e86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
jobs:
test:
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e37e86a

Please sign in to comment.