mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[tune] Fix test_actor_reuse.py::ActorReuseMultiTest test (#27427)
Increase time to allow for scheduling latency Signed-off-by: Kai Fricke <kai@anyscale.com>
This commit is contained in:
parent
46ed3557ba
commit
20119c7022
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ class ActorReuseMultiTest(unittest.TestCase):
|
|||
config={
|
||||
"message": tune.grid_search(["First", "Second", "Third", "Fourth"]),
|
||||
"id": -1,
|
||||
"sleep": 1,
|
||||
"sleep": 2,
|
||||
},
|
||||
reuse_actors=True,
|
||||
).trials
|
||||
|
|
Loading…
Add table
Reference in a new issue