Make test_actor_multiple_gpus_from_multiple_tasks less stressful in travis

This commit is contained in:
Philipp Moritz
2018-12-04 17:44:33 -08:00
committed by Eric Liang
parent 93a9d32288
commit 06f6431765
+2 -2
View File
@@ -913,8 +913,8 @@ def test_actor_different_numbers_of_gpus(shutdown_only):
def test_actor_multiple_gpus_from_multiple_tasks(shutdown_only):
num_local_schedulers = 10
num_gpus_per_scheduler = 10
num_local_schedulers = 5
num_gpus_per_scheduler = 5
ray.worker._init(
start_ray_local=True,
num_local_schedulers=num_local_schedulers,