mirror of
https://github.com/wassname/ray.git
synced 2026-08-17 11:25:34 +08:00
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:
committed by
Philipp Moritz
parent
4dadc60968
commit
54487b1d7f
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user