Skip to content

Commit

Permalink
Add 10 min timeout to CI (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic authored Oct 15, 2024
1 parent 7d26e0c commit 1993c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
test:
name: Test (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.otp }})
runs-on: ubuntu-20.04
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1993c77

Please sign in to comment.