mirror of
https://github.com/wassname/ray.git
synced 2026-07-31 12:41:01 +08:00
Rename timeout to period with heartbeat interval (#13872)
This commit is contained in:
@@ -275,7 +275,7 @@ def test_named_actor_max_task_retries(ray_init_with_task_retry_delay):
|
||||
def test_actor_restart_on_node_failure(ray_start_cluster):
|
||||
config = {
|
||||
"num_heartbeats_timeout": 10,
|
||||
"raylet_heartbeat_timeout_milliseconds": 100,
|
||||
"raylet_heartbeat_period_milliseconds": 100,
|
||||
"object_timeout_milliseconds": 1000,
|
||||
"task_retry_delay_ms": 100,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user