Skip to content

Commit c405a7a

Browse files
committed
Increase timeout limit
1 parent 9e8d381 commit c405a7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
coverage: false
6464
test-with-code-coverage:
6565
name: Julia ${{ matrix.julia_version }} - ${{ matrix.os }} - ${{ matrix.julia_arch }} - with code coverage
66-
timeout-minutes: 20
66+
timeout-minutes: 30
6767
strategy:
6868
fail-fast: false
6969
matrix:
@@ -104,7 +104,7 @@ jobs:
104104
docs:
105105
name: Documentation
106106
runs-on: ubuntu-latest
107-
timeout-minutes: 40
107+
timeout-minutes: 15
108108
steps:
109109
- uses: actions/checkout@v4
110110
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)