kou commented on code in PR #36061:
URL: https://github.com/apache/arrow/pull/36061#discussion_r1230152568


##########
.github/workflows/python.yml:
##########
@@ -47,41 +47,41 @@ jobs:
     name: ${{ matrix.title }}
     runs-on: ubuntu-latest
     if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
-    timeout-minutes: 60
+    timeout-minutes: 90

Review Comment:
   It seems that we use bundled Protobuf instead of using Homebrew's Protobuf:
   
https://github.com/apache/arrow/actions/runs/5267649495/jobs/9523177390#step:5:236
   
   ```text
   -- Could NOT find Protobuf (missing: Protobuf_LIBRARIES 
Protobuf_INCLUDE_DIR) (Required is at least version "3.0.0")
   ```
   
   I should have confirmed this from CI log explicitly in #36029...



-- 
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