Skip to content

Commit 07c5f48

Browse files
authored
MINOR: [CI] Increase JNI macOS job timeout from 45 to 60 minutes (#1060)
As MacOS executor as slightly slower than other executors, this PR increase the JNI MacOS job timeout to 60 minutes (instead of 45 minutes).
1 parent 2f39438 commit 07c5f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
jni-macos:
156156
name: JNI ${{ matrix.platform.runs_on }} ${{ matrix.platform.arch }}
157157
runs-on: ${{ matrix.platform.runs_on }}
158-
timeout-minutes: 45
158+
timeout-minutes: 60
159159
needs:
160160
- source
161161
strategy:

0 commit comments

Comments
 (0)