cudf
cudf copied to clipboard
Add timeout to cudf-polars tests
Description
This adds a 5-minute timeout to each test in cudf-polars, using pytest-timeout. We've observed some hangs, especially in the cudf-polars-rapidsmpf environment
- https://github.com/rapidsai/cudf/actions/runs/19519352413/job/55881494392?pr=20575
- https://github.com/rapidsai/cudf/actions/runs/19513139414/job/55861194232?pr=20507
This will interrupt the test (using a signal) if it hasn't been completed by the timeout. I've added to all the cudf-polars tests, not just the rapidsmpf ones.
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.
Contributors can view more details about this message here.
/ok to test f100e1e
We have a timeout at the job level, so I'll close this for now.