raulcd commented on code in PR #50606:
URL: https://github.com/apache/arrow/pull/50606#discussion_r3637110710
##########
.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:
I've retried. It seems to be cancelled after 45 minutes due to timeout. Can
you increase the timeout to see what is a more appropriate one?
--
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]