h-vetinari opened a new pull request, #41768:
URL: https://github.com/apache/arrow/pull/41768
We hit this in conda-forge on some runners:
```
=================================== FAILURES
===================================
__________________ TestThreadedCSVTableRead.test_cancellation
__________________
[...]
# Interruption should have arrived timely
> assert last_duration <= 1.0
E assert 1.2137842178344727 <= 1.0
pyarrow/tests/test_csv.py:1473: AssertionError
----------------------------- Captured stdout call
-----------------------------
workload size: 100000
workload size: 300000
workload size: 900000
workload size: 2700000
workload size: 8100000
```
Give a little bit more time for the expected duration so conda-forge's test
suite doesn't fail spuriously (and then have to be restarted manually).
--
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]