[Serve] Bump timeout for test_standalone to fix windows (#20543)

This commit is contained in:
Simon Mo 2021-11-18 10:00:23 -08:00 committed by GitHub
parent 540c9e35d1
commit 7143d5d494
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,7 +208,7 @@ py_test(
py_test(
name = "test_standalone",
size = "medium",
size = "large",
srcs = serve_tests_srcs,
tags = ["exclusive", "team:serve"],
deps = [":serve_lib"],