Pin the number of CPUs in failing actor test. (#2368)

* Pin the number of CPUs in failing actor test.

* Pin number of CPUs in multi_node_test.py.

* Fix linting.
This commit is contained in:
Robert Nishihara
2018-07-11 18:34:19 -07:00
committed by Philipp Moritz
parent 4dadc60968
commit 54487b1d7f
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ class ActorNesting(unittest.TestCase):
def testRemoteFunctionWithinActor(self):
# Make sure we can use remote funtions within actors.
ray.init(num_cpus=100)
ray.init(num_cpus=10)
# Create some values to close over.
val1 = 1