Skip to content

Commit 20119c7

Browse files
authored
[tune] Fix test_actor_reuse.py::ActorReuseMultiTest test (#27427)
Increase time to allow for scheduling latency Signed-off-by: Kai Fricke <kai@anyscale.com>
1 parent 46ed355 commit 20119c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/tune/tests/test_actor_reuse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def testMultiTrialReuse(self):
185185
config={
186186
"message": tune.grid_search(["First", "Second", "Third", "Fourth"]),
187187
"id": -1,
188-
"sleep": 1,
188+
"sleep": 2,
189189
},
190190
reuse_actors=True,
191191
).trials

0 commit comments

Comments
 (0)