Skip to content

Conversation

@codope
Copy link
Contributor

@codope codope commented Jan 31, 2026

test_serialization has been timing out on windows. Increasing the timeout by moving to larger bucket.

Signed-off-by: Sagar Sumit <sagarsumit09@gmail.com>
@codope codope requested a review from a team as a code owner January 31, 2026 14:00
@codope codope added the go add ONLY when ready to merge, run all tests label Jan 31, 2026
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request moves test_serialization.py to a larger test bucket to resolve timeouts on Windows. The change is simple and correct. I've added one suggestion to include a comment explaining the reason for this move, which improves the maintainability of the build configuration.

"test_reconstruction.py",
"test_reconstruction_2.py",
"test_runtime_env_working_dir_uri.py",
"test_serialization.py",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better maintainability, consider adding a comment explaining why this test is in the large bucket. This follows a pattern seen elsewhere in this file (e.g., for test_memory_deadlock.py).

Suggested change
"test_serialization.py",
"test_serialization.py", # Times out on Windows in the medium bucket.
@ray-gardener ray-gardener bot added the core Issues that should be addressed in Ray Core label Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Issues that should be addressed in Ray Core go add ONLY when ready to merge, run all tests

1 participant