From e44828d928aaa5564e4da3e08e7b36eabb801d7c Mon Sep 17 00:00:00 2001 From: SangBin Cho Date: Wed, 30 Sep 2020 11:35:31 -0700 Subject: [PATCH] [Test] Make the test size bigger for tune to fix timeout. (#11138) --- python/ray/tune/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ray/tune/BUILD b/python/ray/tune/BUILD index 44034097e..7052f5c7e 100644 --- a/python/ray/tune/BUILD +++ b/python/ray/tune/BUILD @@ -211,7 +211,7 @@ py_test( py_test( name = "test_var", - size = "small", + size = "medium", srcs = ["tests/test_var.py"], deps = [":tune_lib"], tags = ["exclusive"], @@ -219,7 +219,7 @@ py_test( py_test( name = "test_trial_scheduler", - size = "medium", + size = "large", srcs = ["tests/test_trial_scheduler.py"], deps = [":tune_lib"], tags = ["exclusive"],