Adjust cudf-polars test timeouts - #22691
Conversation
- Higher per-test timeout for `test_parallel_scan` timeout, which hit the default 45s timeout for some parameter combinations (fixes https://github.com/rapidsai/cudf/actions/runs/26560674690/job/78242678694#step:13:13133, https://github.com/rapidsai/cudf/actions/runs/26560674690/job/78242678488) - Bump the job timeout from 25m to 35m (fixes https://github.com/rapidsai/cudf/actions/runs/26560674690/job/78242678485#step:13:12354, https://github.com/rapidsai/cudf/actions/runs/26560674690/job/78242678638)
|
Actionable comments posted: 0 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR increases timeout limits for cudf-polars test execution at two levels: the CI script timeout for wheel tests is extended from 25 minutes to 35 minutes, and a specific parallel scan test is decorated with a 90-second individual test timeout. ChangesTimeout adjustments for cudf-polars test suite
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/merge |
Description
test_parallel_scantimeout, which hit the default 45s timeout for some parameter combinations (fixes https://github.com/rapidsai/cudf/actions/runs/26560674690/job/78242678694#step:13:13133, https://github.com/rapidsai/cudf/actions/runs/26560674690/job/78242678488)