From 1fe49d76765a11a776331aeb9931e3033bd318a2 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Mon, 31 Jul 2017 17:44:45 -0700 Subject: [PATCH] Simplify testMultipleLocalSchedulers by having it start only one worker. (#789) --- test/runtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtest.py b/test/runtest.py index f36a27cc8..e7aab028a 100644 --- a/test/runtest.py +++ b/test/runtest.py @@ -1181,6 +1181,7 @@ class ResourcesTest(unittest.TestCase): # to the correct local schedulers. address_info = ray.worker._init(start_ray_local=True, num_local_schedulers=3, + num_workers=1, num_cpus=[100, 5, 10], num_gpus=[0, 5, 1])