Skip to content

Commit

Permalink
reduce timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Chen <chenh1024@gmail.com>
  • Loading branch information
raulchen committed Aug 16, 2024
1 parent 20bad84 commit bdd9d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/data/tests/test_streaming_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def test_streaming_split_error_propagation(
# Test propagating errors from Dataset execution start-up
# (e.g. actor pool start-up timeout) to streaming_split iterators.
ctx = DataContext.get_current()
ctx.wait_for_min_actors_s = 3
ctx.wait_for_min_actors_s = 1

num_splits = 5
ds = ray.data.range(100)
Expand Down

0 comments on commit bdd9d53

Please sign in to comment.