kszucs commented on a change in pull request #7785:
URL: https://github.com/apache/arrow/pull/7785#discussion_r455742169



##########
File path: dev/tasks/python-wheels/travis.osx.yml
##########
@@ -64,7 +62,7 @@ install:
   # install the built wheel and test dependencies
   - install_wheel arrow
   # run unit tests before removing the system libraries
-  - run_unit_tests arrow
+  - ulimit -S -n 4096 && run_unit_tests arrow

Review comment:
       Python 3.7 tests were failing because of too many open files.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to