mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Fix test_advanced_3 timeout (#14509)
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
parent
33b271aa97
commit
5fc761c562
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,6 @@ py_test_module_list(
|
|||
"test_async.py",
|
||||
"test_actor.py",
|
||||
"test_actor_advanced.py",
|
||||
"test_advanced_3.py",
|
||||
"test_actor_failures.py",
|
||||
"test_actor_resources.py",
|
||||
"test_advanced.py",
|
||||
|
@ -126,6 +125,7 @@ py_test_module_list(
|
|||
files = [
|
||||
"test_failure.py",
|
||||
"test_stress_failure.py",
|
||||
"test_advanced_3.py",
|
||||
],
|
||||
size = "large",
|
||||
extra_srcs = SRCS,
|
||||
|
|
Loading…
Add table
Reference in a new issue