Skip to content

Commit 2a02640

Browse files
authored
More timeouts for test (#654)
Try to kill jobs that are obviously stuck
1 parent 7671706 commit 2a02640

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
@@ -25,11 +25,13 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v5
2727
- uses: julia-actions/setup-julia@v2
28+
timeout-minutes: 10
2829
with:
2930
version: ${{ matrix.version }}
3031
- uses: julia-actions/cache@v2
3132
timeout-minutes: 5
3233
- name: Develop subpackages
34+
timeout-minutes: 5
3335
run: |
3436
julia --project -e "
3537
using Pkg

0 commit comments

Comments
 (0)