Skip to content

Commit

Permalink
revert timeout change in test
Browse files Browse the repository at this point in the history
Signed-off-by: Mengjin Yan <mengjinyan3@gmail.com>
  • Loading branch information
MengjinYan committed Sep 25, 2024
1 parent 17a2777 commit cb2376b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/ray/tests/test_state_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1924,8 +1924,7 @@ def verify_output(cmd, args: List[str], necessary_substrings: List[str]):
wait_for_condition(
lambda: verify_output(
ray_list, ["runtime-envs"], ["Stats:", "Table:", "RUNTIME_ENV"]
),
timeout=20
)
)

# Test get node by id
Expand Down

0 comments on commit cb2376b

Please sign in to comment.