mirror of
https://github.com/vale981/ray
synced 2025-03-08 11:31:40 -05:00
[Serve] Bump timeout for test_standalone to fix windows (#20543)
This commit is contained in:
parent
540c9e35d1
commit
7143d5d494
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ py_test(
|
||||||
|
|
||||||
py_test(
|
py_test(
|
||||||
name = "test_standalone",
|
name = "test_standalone",
|
||||||
size = "medium",
|
size = "large",
|
||||||
srcs = serve_tests_srcs,
|
srcs = serve_tests_srcs,
|
||||||
tags = ["exclusive", "team:serve"],
|
tags = ["exclusive", "team:serve"],
|
||||||
deps = [":serve_lib"],
|
deps = [":serve_lib"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue