Reranko05 commented on code in PR #50606:
URL: https://github.com/apache/arrow/pull/50606#discussion_r3637281339


##########
.github/workflows/cpp_extra.yml:
##########
@@ -351,6 +351,128 @@ jobs:
           path: ccache
           key: jni-macos
 
+  jni-windows:
+    needs: check-enabled
+    if: needs.check-enabled.outputs.is_enabled == 'true'
+    name: JNI Windows
+    runs-on: windows-2022
+    timeout-minutes: 45

Review Comment:
   Thanks! I increased the timeout to 240 minutes (matching other long-running 
Windows jobs in the repository) so we can determine the actual runtime.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to