[Test] Make the test size bigger for tune to fix timeout. (#11138)

This commit is contained in:
SangBin Cho 2020-09-30 11:35:31 -07:00 committed by GitHub
parent 138d6cced9
commit e44828d928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"],