This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new 07c5f48a1 MINOR: [CI] Increase JNI macOS job timeout from 45 to 60
minutes (#1060)
07c5f48a1 is described below
commit 07c5f48a16230275cb502b94ffe4a3ca70f9adad
Author: JB Onofré <[email protected]>
AuthorDate: Mon Mar 9 17:32:10 2026 +0100
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).
---
.github/workflows/rc.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml
index 8039f4c59..b866ff75f 100644
--- a/.github/workflows/rc.yml
+++ b/.github/workflows/rc.yml
@@ -155,7 +155,7 @@ jobs:
jni-macos:
name: JNI ${{ matrix.platform.runs_on }} ${{ matrix.platform.arch }}
runs-on: ${{ matrix.platform.runs_on }}
- timeout-minutes: 45
+ timeout-minutes: 60
needs:
- source
strategy: