raulcd commented on code in PR #49189:
URL: https://github.com/apache/arrow/pull/49189#discussion_r2797502140
##########
.github/workflows/python.yml:
##########
@@ -173,7 +175,8 @@ jobs:
ARROW_WITH_SNAPPY: ON
ARROW_WITH_BROTLI: ON
ARROW_BUILD_TESTS: OFF
- PYARROW_TEST_LARGE_MEMORY: ON
+ PYARROW_TEST_LARGE_MEMORY: ${{ matrix.large-memory-tests }}
+ PYTEST_ARGS: "--durations=40"
Review Comment:
Maybe we could add the duration output to more jobs as an improvement so we
can act if we start finding some really slow tests 🤔. This would be a different
issue though.
--
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]