Skip to content

Commit 15ad1c7

Browse files
authored
set CI timeout (#597)
1 parent 7beca92 commit 15ad1c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
test:
1010
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1111
runs-on: ${{ matrix.os }}
12+
timeout-minutes: 30
1213
strategy:
1314
fail-fast: false
1415
matrix:

.github/workflows/Documenter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
Documenter:
1010
name: Documentation
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 30
1213
steps:
1314
- uses: julia-actions/setup-julia@v1
1415
with:

0 commit comments

Comments
 (0)