From 05df80afad7303ce233c3b95da60cfb263fed9db Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Thu, 30 Apr 2020 06:39:46 -0700 Subject: [PATCH] Extend timeout for test_tune_server (#8233) --- python/ray/tune/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/tune/BUILD b/python/ray/tune/BUILD index 95e16345a..73075c9a4 100644 --- a/python/ray/tune/BUILD +++ b/python/ray/tune/BUILD @@ -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"],