Skip to content

Commit

Permalink
Set timeout on CI (#22)
Browse files Browse the repository at this point in the history
I can see it hangs quite often, so set a timeout to not drain CI.

refs https://github.com/rails/solid_cable/actions/runs/10842172677/job/30087374717
  • Loading branch information
morgoth authored Sep 13, 2024
1 parent e7cfe19 commit bd2e807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
build:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit bd2e807

Please sign in to comment.