Skip to content

Commit bd2e807

Browse files
authored
Set timeout on CI (rails#22)
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
1 parent e7cfe19 commit bd2e807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build:
1111
name: Tests
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 10
1314
strategy:
1415
fail-fast: false
1516
matrix:

0 commit comments

Comments
 (0)