Fix test_advanced_3 timeout (#14509)

Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Richard Liaw 2021-03-06 10:59:06 -08:00 committed by GitHub
parent 33b271aa97
commit 5fc761c562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,