Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions release/release_data_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@
- RAY_health_check_timeout_ms=100000
- RAY_health_check_failure_threshold=10
- RAY_gcs_rpc_server_connect_timeout_s=60
- RAY_fetch_fail_timeout_milliseconds=1800000
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 readability and maintainability, consider adding a comment to clarify that this value represents 30 minutes. This helps other developers understand the value at a glance without having to perform the calculation.

        - RAY_fetch_fail_timeout_milliseconds=1800000 # 30 minutes

cluster_compute: dataset/cross_az_250_350_compute_gce.yaml

run:
Expand Down