Skip to content

Commit

Permalink
Use more CPUs for testMultipleWaitsAndGets. (ray-project#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored and pcmoritz committed May 13, 2018
1 parent 3ac0c08 commit 18071d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtest.py
Original file line number Diff line number Diff line change
@@ -788,7 +788,7 @@ def f(delay):
def testMultipleWaitsAndGets(self):
# It is important to use three workers here, so that the three tasks
# launched in this experiment can run at the same time.
self.init_ray()
self.init_ray(num_cpus=3)

@ray.remote
def f(delay):

0 comments on commit 18071d9

Please sign in to comment.