Skip to content

Commit cda347e

Browse files
committed
ci: Increase timeout
Fix apacheGH-571
1 parent 3aa469a commit cda347e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
release:
4040
name: Verify release - ${{ matrix.os }}
4141
runs-on: ${{ matrix.os }}
42-
timeout-minutes: 30
42+
timeout-minutes: 60
4343
strategy:
4444
fail-fast: false
4545
matrix:
@@ -77,7 +77,7 @@ jobs:
7777
test:
7878
name: ${{ matrix.pkg.name }} - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ matrix.nthreads }} threads - ${{ github.event_name }}
7979
runs-on: ${{ matrix.os }}
80-
timeout-minutes: 45
80+
timeout-minutes: 60
8181
strategy:
8282
fail-fast: false
8383
matrix:
@@ -127,7 +127,7 @@ jobs:
127127
test_monorepo:
128128
name: Monorepo dev - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
129129
runs-on: ${{ matrix.os }}
130-
timeout-minutes: 30
130+
timeout-minutes: 60
131131
strategy:
132132
fail-fast: true
133133
matrix:

0 commit comments

Comments
 (0)