Skip to content

Commit

Permalink
unit test pass locally, so reduce job count to pass CI
Browse files Browse the repository at this point in the history
Signed-off-by: hjiang <[email protected]>
  • Loading branch information
dentiny committed Dec 12, 2024
1 parent 7db3fdd commit 049313c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def matcher(log_batch):

# NOTE(xychu): loop ten times to make job id from 01000000 to 0a000000,
# in order to trigger hex pattern
for _ in range(10):
for _ in range(5):
submit_job()


Expand Down

0 comments on commit 049313c

Please sign in to comment.