Extend timeout for test_tune_server (#8233)

This commit is contained in:
Richard Liaw
2020-04-30 06:39:46 -07:00
committed by GitHub
parent baadbdf8d4
commit 05df80afad
+1 -1
View File
@@ -182,7 +182,7 @@ py_test(
py_test(
name = "test_tune_server",
size = "small",
size = "medium",
srcs = ["tests/test_tune_server.py"],
deps = [":tune_lib"],
tags = ["exclusive"],