Fix object_manager_test.py::object_transfer_retry test (#3863)

This commit is contained in:
Stephanie Wang
2019-01-27 13:55:38 -08:00
committed by Robert Nishihara
parent eddd60e14e
commit ad9f1721d1
2 changed files with 8 additions and 6 deletions
+1
View File
@@ -73,6 +73,7 @@ class Cluster(object):
"""
default_kwargs = {
"num_cpus": 1,
"num_gpus": 0,
"object_store_memory": 100 * (2**20), # 100 MB
}
ray_params = ray.parameter.RayParams(**node_args)