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:
Stephanie Wang
2018-11-05 18:03:50 -08:00
committed by GitHub
parent d8ae9de99c
commit bf88aa5013
3 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -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),