Skip to content

Commit b927ddc

Browse files
authored
CI: set a max timeout of 60 minutes (#2634)
1 parent 9914dab commit b927ddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ defaults:
1515
jobs:
1616
test:
1717
runs-on: ${{ matrix.os }}
18+
timeout-minutes: 60
1819
strategy:
1920
fail-fast: false
2021
matrix:
@@ -62,6 +63,7 @@ jobs:
6263
file: lcov.info
6364
docs:
6465
runs-on: ubuntu-latest
66+
timeout-minutes: 60
6567
steps:
6668
- uses: actions/[email protected]
6769
- uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)