We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8d381 commit c405a7aCopy full SHA for c405a7a
1 file changed
.github/workflows/CI.yml
@@ -63,7 +63,7 @@ jobs:
63
coverage: false
64
test-with-code-coverage:
65
name: Julia ${{ matrix.julia_version }} - ${{ matrix.os }} - ${{ matrix.julia_arch }} - with code coverage
66
- timeout-minutes: 20
+ timeout-minutes: 30
67
strategy:
68
fail-fast: false
69
matrix:
@@ -104,7 +104,7 @@ jobs:
104
docs:
105
name: Documentation
106
runs-on: ubuntu-latest
107
- timeout-minutes: 40
+ timeout-minutes: 15
108
steps:
109
- uses: actions/checkout@v4
110
- uses: julia-actions/setup-julia@v2
0 commit comments