mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
Increase timeout before reconstruction is triggered (#3217)
* Increase timeout to 10s * Skip eviction reconstruction tests * Add stress test for many actors to one * Fix test by shortening it. * lower number of processes in stress test * Skip slow test
This commit is contained in:
@@ -109,7 +109,7 @@ class RayConfig {
|
||||
heartbeat_timeout_milliseconds_(100),
|
||||
num_heartbeats_timeout_(100),
|
||||
num_heartbeats_warning_(5),
|
||||
initial_reconstruction_timeout_milliseconds_(200),
|
||||
initial_reconstruction_timeout_milliseconds_(10000),
|
||||
get_timeout_milliseconds_(1000),
|
||||
worker_get_request_size_(10000),
|
||||
worker_fetch_request_size_(10000),
|
||||
|
||||
Reference in New Issue
Block a user