Skip to content

Commit

Permalink
Fix CI error: Increase timeout
Browse files Browse the repository at this point in the history
Closes: #47419
Signed-off-by: Chi-Sheng Liu <[email protected]>
  • Loading branch information
MortalHappiness committed Dec 8, 2024
1 parent 2be34c1 commit 6a3e35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ py_test_module_list(

py_test_module_list(
files = [
"test_gcs_fault_tolerance.py",
"test_global_gc.py",
"test_job.py",
"test_memstat.py",
Expand Down Expand Up @@ -484,6 +483,7 @@ py_test_module_list(
py_test_module_list(
files = [
"test_actor_advanced.py",
"test_gcs_fault_tolerance.py",
],
size = "large",
tags = ["exclusive", "large_size_python_tests_shard_0", "no_windows", "team:core"],
Expand Down

0 comments on commit 6a3e35c

Please sign in to comment.